RhetTbull / locationator

A simple macOS menubar app that provides access to the macOS Location Services reverse geocoding API via a local web server as well as a command line tool.
MIT License
20 stars 0 forks source link

Should there be a GET end point for getting the data? #3

Closed RhetTbull closed 11 months ago

RhetTbull commented 11 months ago

It would be easier to access from curl, etc.

RhetTbull commented 11 months ago

e.g. http://127.0.0.1:8000/reverse_geocode?latitude=1&longitude=2