location-cli

1.1.0 • Public • Published

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.

Package Sidebar

Install

npm i location-cli

Weekly Downloads

3

Version

1.1.0

License

ISC

Unpacked Size

3.66 kB

Total Files

4

Last publish

Collaborators

  • derhuerst