Skip to content

component/countries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

countries

An object containing countries keyed by their associated two-letter code.

Installation

$ component install component/countries

API

modules.exports = [
  { name: 'Afghanistan',
    alpha: 'AF',
    alpha3: 'AFG',
    numeric: 4 },
  { name: 'Åland',
    alpha: 'AX',
    alpha3: 'ALA',
    numeric: 248 },
  { name: 'Albania',
    alpha: 'AL',
    alpha3: 'ALB',
    numeric: 8 },
  { name: 'Algeria',
    alpha: 'DZ',
    alpha3: 'DZA',
    numeric: 12 },
...

License

MIT

About

List of countries and their associated codes

Resources

Stars

Watchers

Forks

Packages

No packages published