wer
v1.1.0
Published
Get your geolocation information
Downloads
11
Maintainers
Readme
wer
Get your geolocation information :round_pushpin:
Install
$ yarn add wer
Usage
const wer = require('wer')
await wer()
/*{
ip: '<ip>',
city: '<city>',
region: '<region>',
country: '<country>',
loc: '<loc>',
hostname: '<hostname>',
org: '<org>',
lat: '<lat>',
long: '<long>'
}*/
API
wer()
Returns a promise
Related
- starbucks-cli — Starbucks on Command Line
- has-uber-cli — Check if Uber is available in your city with CLI
License
MIT © Bu Kinoshita