country-code-converter

1.0.0 • Public • Published

country-code-converter

Converts IOC, FIFA, ISO3, and IOS2 country codes.

Documentation


 const {
  convertIOCCountryCode,
  convertFIFACountryCode,
  convertISO3CountryCode,
  convertISO2CountryCode,
  convertCountryName
} = require('./index')


console.log(convertIOCCountryCode('USA'))
console.log(convertFIFACountryCode('USA'))
console.log(convertISO3CountryCode('USA'))
console.log(convertISO2CountryCode('US'))
console.log(convertCountryName('United States'))

Package Sidebar

Install

npm i country-code-converter

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

97 kB

Total Files

3

Last publish

Collaborators

  • tylerhuyser