wer

1.1.0 • Public • Published

wer Build Status

Get your geolocation information 📍

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

Package Sidebar

Install

npm i wer

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

3.17 kB

Total Files

5

Last publish

Collaborators

  • bukinoshita