UNPKG

@huncuska/cio-country-codes

Version:

List of countries with ISO codes, numerical codes, and CIO codes

23 lines (15 loc) 611 B
# cio-country-codes List of countries with ISO codes, numerical codes, and CIO codes # Country structure and returns Country is a structure containing basic infos about a country. The 'getCountryInfos' method finds the country according to a key input like an ISO code or it's international number and sends back the prebuilt strucutre ## List of available country infos * ENName * ISO2 * ISO3166 * CIO * Code # Publishing a version 1. Change the version in the package.json 2. Run 'tsc' to compile the code or build via nx interface 3. Run 'npm publish --access public' to publish