Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 723 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 723 Bytes

oslatlong

Quickly conceived app to query OSM's Nominatim geocoding API.

How do I install it?

Homebrew (Mac)

brew install oogali/tap/oslatlong

How do I use it?

Examples

Return all matching coordinates

oslatlong "Berlin, Germany"

Return only the first matching coordinate

oslatlong -n 1 "Berlin, Germany"

Return all matching coordinates, but prefix with the query

oslatlong -s "Berlin, Germany"

Why did you make this?

I needed a distraction and this seemed to scratch that itch.