1.1.0 • Published 6 years ago

location-cli v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

location-cli

Command line utility to get the current location.

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

Installing

npm install -g location-cli

Usage

location
# latitude:  52.12345
# longitude: 13.12345
# precision: 65

location --json
# {"latitude": 52.12345, "longitude": 13.12345, "precision": 65, "native": true}

location --comma
# 52.12345, 13.12345

Contributing

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