@huncuska/cio-country-codes
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i @huncuska/cio-country-codes

Weekly Downloads

0

Version

1.1.0

License

BSD-2-Clause

Unpacked Size

71.9 kB

Total Files

8

Last publish

Collaborators

  • huncuska