2.0.3 • Published 5 years ago

woeid v2.0.3

Weekly downloads
37
License
MIT
Repository
github
Last release
5 years ago

woeid

CircleCI codecov Codacy Badge npm npm David David license

codecov

Compute Yahoo! Where On Earth IDs for all countries.

Installation

npm install --save woeid

Usage

getWoeid

const woeid = require('woeid');

woeid.getWoeid('FRA');
// {
//     'country': 'France',
//     'woeid': 23424819,
//     'iso-3166-alpha3': 'FRA',
//     'iso-3166-alpha2': 'FR'
// }

woeid.getWoeid('FR');
// {
//     'country': 'France',
//     'woeid': 23424819,
//     'iso-3166-alpha3': 'FRA',
//     'iso-3166-alpha2': 'FR'
// }

getCountry

const woeid = require('woeid');

woeid.getCountry(23424819);
// {
//     'country': 'France',
//     'woeid': 23424819,
//     'iso-3166-alpha3': 'FRA',
//     'iso-3166-alpha2': 'FR'
// }
2.0.3

5 years ago

2.0.2

5 years ago

2.0.0

5 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago