1.0.0 • Published 2 years ago

countriesid-to-countriesname v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

CountriesId-To-CountriesName

Simple package convert country id to original name of this country

Features

  • You can pass country id and this will return you country name
  • You can return country information like flag, default currency, calling code,..etc

Installation

CountriesId-To-CountriesName requires Node.js v10+ to run.

Install the dependencies and devDependencies and start the server.

npm i CountriesId-To-CountriesName --save

Then

import {countryFinder} from "CountriesId-To-CountriesName";
countryFinder("YOUR COUNTRY ID")

License

MIT

Free Software, Hell Yeah!