Skip to content

oogali/oslatlong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.