1.1.0 • Published 6 years ago

wer v1.1.0

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

wer Build Status

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

License

MIT © Bu Kinoshita