https://github.com/hackergrrl/geo-cli
:earth_africa: Output your device's current longitude/latitude geolocation to stdout.
https://github.com/hackergrrl/geo-cli
Last synced: 10 months ago
JSON representation
:earth_africa: Output your device's current longitude/latitude geolocation to stdout.
- Host: GitHub
- URL: https://github.com/hackergrrl/geo-cli
- Owner: hackergrrl
- License: isc
- Created: 2015-07-21T06:46:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T06:54:50.000Z (almost 11 years ago)
- Last Synced: 2025-08-09T06:55:24.663Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Get your device's longitude/latitude geolocation.
## Install
```
$ npm install --global geo-cli
```
## Usage
```
$ geo
37.3375548 -121.8847111
```
The output reads `latitude longitude`, in that order.
## License
ISC