Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/component/countries

List of countries and their associated codes
https://github.com/component/countries

Last synced: 13 days ago
JSON representation

List of countries and their associated codes

Awesome Lists containing this project

README

        

# countries

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

## Installation

$ component install component/countries

## API

```js
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