json-countries
v0.2.0
Published
JSON file of ISO 3166-2 subdivision codes.
Downloads
2
Readme
iso-3166-2.json
JSON file of ISO 3166-2 subdivisions. This repository was forked from https://github.com/olahol/iso-3166-2.json It fixes typos
Install
$ npm i iso-3166-2.json --save
Layout
{
[country code]: {
name: [country name]
divisions: {
[subdivision code]: [subdivision name]
}
}
}
or
{
...
US: {
name: "United States"
divisions: {
...
"US-CA": "California"
...
}
}
...
}
Source
From eQuest, derived from:
http://docs.equest.com/eQuestCountryAndStateCodes.xls