Get your geolocation information 📍
$ yarn add wer
const wer = require('wer')
await wer()
/*{
ip: '<ip>',
city: '<city>',
region: '<region>',
country: '<country>',
loc: '<loc>',
hostname: '<hostname>',
org: '<org>',
lat: '<lat>',
long: '<long>'
}*/
Returns a promise
- starbucks-cli — Starbucks on Command Line
- has-uber-cli — Check if Uber is available in your city with CLI
MIT © Bu Kinoshita