Skip to content

bobek-balinek/provinces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

provinces

state and province lists for countries

completeness

This module currently has states and provinces for:

  • united states
  • united kingdom
  • canada
  • mexico
  • australia
  • china

methods

var provinces = require('provinces')

Requiring the module gives you an array of object rows.

data format

Each row consists of:

  • row.name - full name of the province or state
  • row.short - optional 2 or 3 character short name
  • row.alt - optional array of additional names and abbreviations

install

With npm do:

npm install provinces

license

MIT

About

state and province lists for countries

Resources

License

Stars

Watchers

Forks

Packages

No packages published