Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelrinaldi/whereami
:round_pushpin: Get your geolocation information using freegeoip.app
https://github.com/rafaelrinaldi/whereami
cli freegeoip geolocation
Last synced: 1 day 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 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T23:18:52.000Z (over 1 year ago)
- Last Synced: 2024-12-26T01:10:21.252Z (9 days ago)
- Topics: cli, freegeoip, geolocation
- Language: JavaScript
- Homepage:
- Size: 271 KB
- Stars: 169
- Watchers: 6
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whereami [![Build Status](https://semaphoreci.com/api/v1/projects/a5332a07-61aa-49f9-90e6-49844c5e2231/665179/badge.svg)](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, NorwayOptions:
-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)
---