A simple wrapper around OpenStreetMap's Nominatim API. Fully typed.
Nominatim-TS aims to replicate OpenStreetMap's Nominatim API as closely as possible, while making its complex data model and various response formats play nice with any typescript project.
Full documentation and typings are available here.
This library runs on Node.js and is available as a NPM package.
npm install nominatim-ts
Import the package to get started.
import * as Nominatim from "nominatim-ts"
TODO