/latlon

CLI to get current latitude and longitude on macOS

Primary LanguageSwift

latlon

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

Usage

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