2.2.2 • Published 2 years ago

ioc-converter v2.2.2

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

IOC Country Code converter

This Package converts IOC Country Code (Three-letter Code for Olympics) to its full name (english)

Installation

npm install ioc_converter

Usage

import {convert} from ioc-converter
let ina = convert_ioc("INA")
// ina = "indonesia"
let indonesia = convert_ioc("indonesia")
// indonesia = "INA"

License

This Project is under MIT License. Feel free to clone and develop this Project further. Also feel free to contribute with issues or Ideas.