Skip to content

A simple API to proxy requests to a self-hosted Nominatim instance.

License

Notifications You must be signed in to change notification settings

IzMichael/IzNominatim

Repository files navigation

IzNominatim

A simple API to proxy requests to a self-hosted Nominatim instance.

Setup

Rename the template.env file to .env, and replace the preset values with your own.

Address to JSON

Send a POST request to /latlng, with the addresses to lookup in the JSON body.

POST /latlng

Body:

{
    "addresses": [
        "10 Downing Street, London, UK",
        "1600 Pennsylvania Avenue NW, Washington DC, USA",
        "1 Molesworth Street, Wellington, NZ"
    ]
}

About

A simple API to proxy requests to a self-hosted Nominatim instance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published