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
Command that writes your current location (long/lat) to stdout.
<script type="module">
import geoCli from 'https://cdn.skypack.dev/geo-cli';
</script>
Get your device's longitude/latitude geolocation.
$ npm install --global geo-cli
$ geo
37.3375548 -121.8847111
The output reads latitude longitude
, in that order.
ISC