Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdx/latlon

CLI to get current latitude and longitude on macOS
https://github.com/jdx/latlon

Last synced: about 2 months ago
JSON representation

CLI to get current latitude and longitude on macOS

Awesome Lists containing this project

README

        

# latlon

A CLI to fetch the current latlon on macOS. Returns JSON.

# Usage

```sh-session
$ brew install jdxcode/brew/latlon
$ latlon
{
"latitude": 37.61843863522813,
"longitude": -122.38600155805536
}
```