Skip to content

Instantly share code, notes, and snippets.

View elebescond's full-sized avatar

LE BESCOND Erwan elebescond

View GitHub Profile
@elebescond
elebescond / Javascript ISO country code to country name conversion
Last active August 29, 2015 14:27 — 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',