Skip to content

This is a library that helps to get general country information

License

Notifications You must be signed in to change notification settings

EragonJ/country-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-country-info

This is a lightweight library which follows ISO-3166 standard to search needed information based on passing ISO 3166-1 alpha-2 country codes.

How to install

npm install --save node-country-info

How to use

var CountryInfo = require('node-country-info');
var info = CountryInfo.get('TW') // { name: 'Taiwan', alpha3: 'TWN', numeric: '158' }

Author

Chia-Lung, Chen (EragonJ)

License

MIT

About

This is a library that helps to get general country information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published