https://github.com/bukinoshita/wer
:round_pushpin: Get your geolocation information
https://github.com/bukinoshita/wer
generator ip location nodejs wer where
Last synced: 9 months ago
JSON representation
:round_pushpin: Get your geolocation information
- Host: GitHub
- URL: https://github.com/bukinoshita/wer
- Owner: bukinoshita
- License: mit
- Created: 2017-04-23T15:36:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:43:08.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T02:22:48.738Z (9 months ago)
- Topics: generator, ip, location, nodejs, wer, where
- Language: JavaScript
- Homepage:
- Size: 951 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# wer [](https://travis-ci.org/bukinoshita/wer)
> Get your geolocation information :round_pushpin:
## Install
```
$ yarn add wer
```
## Usage
```js
const wer = require('wer')
await wer()
/*{
ip: '',
city: '',
region: '',
country: '',
loc: '',
hostname: '',
org: '',
lat: '',
long: ''
}*/
```
## API
### wer()
Returns a promise
## Related
- [starbucks-cli](https://github.com/bukinoshita/starbucks-cli) — Starbucks on Command Line
- [has-uber-cli](https://github.com/bukinoshita/has-uber-cli) — Check if Uber is available in your city with CLI
## License
MIT © [Bu Kinoshita](https://bukinoshita.io)