Skip to content

Instantly share code, notes, and snippets.

View XVicarious's full-sized avatar

Brian Maurer XVicarious

  • Buffalo, NY, USA
View GitHub Profile
@XVicarious
XVicarious / Javascript ISO country code to country name conversion
Created June 29, 2017 00:37 — forked from maephisto/Javascript ISO country code to country name conversion
ISO 3166-1 alpha-2 country code to country name conversion with a simple Javascript implementation, an array and a function.
var isoCountries = {
'AF' : 'Afghanistan',
'AX' : 'Aland Islands',
'AL' : 'Albania',
'DZ' : 'Algeria',
'AS' : 'American Samoa',
'AD' : 'Andorra',
'AO' : 'Angola',
'AI' : 'Anguilla',
'AQ' : 'Antarctica',