0.1.5 • Published 7 years ago

countryify v0.1.5

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

Build Status Coverage Status

countryify

List of countries along with states/provinces and other useful data for Node developers.

Installation

npm install countryify

Usage

var numFormatter = require('countryify');

var formattedNum = numFormatter(35666);

Output should be 35,666

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

License

MIT