f1ana / Nominatim.API

Library for utilizing geocoding (forward and reverse), in addition to address lookups, with the Nominatim HTTP API. Targets .NET 6 and .NET Standard 2.0.
https://www.nuget.org/packages/Nominatim.API
MIT License
50 stars 27 forks source link

Docs #5

Closed greatjack1 closed 2 years ago

greatjack1 commented 6 years ago

Looks like a great api wrapper, do you have some docs, or just a simple guide how to use

f1ana commented 6 years ago

Hi @greatjack1 - glad you like it! I can put together some documentation. In the meantime, the unit tests should be able to point you in the right direction with regards to usage.

greatjack1 commented 6 years ago

Thank you very much, will take a look