@huncuska/cio-country-codes
v1.1.0
Published
List of countries with ISO codes, numerical codes, and CIO codes
Downloads
2
Maintainers
Readme
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
- Change the version in the package.json
- Run 'tsc' to compile the code or build via nx interface
- Run 'npm publish --access public' to publish