country-coords

1.0.0 • Public • Published

GPS Coordinates (latitude and longitude) for all iso-3166-1 countries

const coords = require('country-coords');
 
console.log(currencies.map(c => c.country+''+c.latitude+','+c.longitude));
    // AD: 42.5,1.5
    // …
 
// export a Map
byCountry()
 
const byCountry = coords.byCountry();
 
byCountry.has('DK');
    // true
 
byCountry.get('DK');
    // { country: 'DK', latitude: 56, longitude: 10 }

See also:

Readme

Keywords

none

Package Sidebar

Install

npm i country-coords

Weekly Downloads

13

Version

1.0.0

License

none

Last publish

Collaborators

  • thomas-jensen