location-cli
v1.1.0
Published
Command line utility to get the current location.
Downloads
5
Maintainers
Readme
location-cli
Command line utility to get the current location.
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.