Package Exports
- countries-iso
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (countries-iso) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Get country names in several languages from various sources, and resolve them to an ISO-3 code.
Use the distributed json:
terminal:
npm install countries-iso
javascript:
const isos = require('countries-iso')
isos['Ecuador'] // 'ECU'
isos['la République socialiste démocratique de Sri Lanka'] // 'LKA'
isos['Сомали'] // 'SOM'
Create the json yourself:
git clone git@github.com:nsonnad/countries-iso.git
cd countries-iso
make