iso-3166-2.json

0.1.2 • Public • Published

iso-3166-2.json

NPM version Downloads Size Gzipped size

JSON file of ISO 3166-2 subdivisions.

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

eQuest.csv

From eQuest, derived from:

http://docs.equest.com/eQuestCountryAndStateCodes.xls

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i iso-3166-2.json

    Weekly Downloads

    134

    Version

    0.1.2

    License

    ISC

    Last publish

    Collaborators

    • olahol