Skip to content

List of countries, their states/provinces and other useful data for developers

License

Notifications You must be signed in to change notification settings

namnv04/countryify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status npm version

countryify

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

Code Example

Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.

Motivation

A short description of the motivation behind the creation and maintenance of the project. This should explain why the project exists.

Installation

Provide code examples and explanations of how to get the project.

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

About

List of countries, their states/provinces and other useful data for developers

Resources

License

Stars

Watchers

Forks

Packages

No packages published