1.4.0 • Published 6 years ago

node-geoutils v1.4.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Geo utils

Usage

const geoUtils = require('node-geoutils')

const { latitude, longitude, country } = geoUtils.getCountryInfo('FR') // you can also do geoUtils.getCountryInfo('France')

console.log('Latitude:', latitude) // outputs 'Latitude: 46.227638'
console.log('Longitude:', longitude) // outputs 'Longitude: 2.213749'
console.log('Country:', country) // outputs 'Country: France'
1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago