https://github.com/rafaelrinaldi/whereami
:round_pushpin: Get your geolocation information using freegeoip.app
https://github.com/rafaelrinaldi/whereami
cli freegeoip geolocation
Last synced: 9 months ago
JSON representation
:round_pushpin: Get your geolocation information using freegeoip.app
- Host: GitHub
- URL: https://github.com/rafaelrinaldi/whereami
- Owner: rafaelrinaldi
- License: mit
- Created: 2016-01-18T23:06:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T23:18:52.000Z (over 2 years ago)
- Last Synced: 2025-03-04T07:37:50.283Z (9 months ago)
- Topics: cli, freegeoip, geolocation
- Language: JavaScript
- Homepage:
- Size: 271 KB
- Stars: 168
- Watchers: 6
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shell - whereami - Get your geolocation information from the CLI (Applications / Directory Navigation)
- terminals-are-sexy - whereami - Get your geolocation information from the CLI. (Tools and Plugins / Windows)
- fucking-terminals-are-sexy - whereami - Get your geolocation information from the CLI. (Tools and Plugins / Windows)
- fucking-awesome-shell - whereami - Get your geolocation information from the CLI (Applications / Directory Navigation)
README
# whereami [](https://semaphoreci.com/rafaelrinaldi/whereami)
> Get your geolocation information using [freegeoip.app](http://freegeoip.app)
## Install
```sh
$ npm install -g @rafaelrinaldi/whereami
```
## Usage
```sh
Usage: whereami [OPTIONS]
Get your geolocation information using freegeoip.app
Example:
$ whereami
-23.4733,-46.6658
$ whereami -f human
San Francisco, CA, United States
$ whereami 2.151.255.255 -f human
Stabekk, Akershus, Norway
Options:
-v --version Display current software version
-h --help Display help and usage details
-f --format Output format (either human, json or sexagesimal)
-r --raw Output raw data from freegeoip.app
```
## License
MIT © [Rafael Rinaldi](rinaldi.io)
---