location-cli

Command line utility to get the current location.


Keywords
location, geolocation, gps, cli, command line, command-line
License
ISC
Install
npm install location-cli@1.1.0

Documentation

location-cli

Command line utility to get the current location.

npm version build status ISC-licensed chat on gitter support me on Patreon

Installing

npm install -g location-cli

Usage

location
# latitude:  52.12345
# longitude: 13.12345

location --json
# {"latitude": 52.12345, "longitude": 13.12345}

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.