nominatim-ts
v0.1.3
Published
A simple wrapper around OpenStreetMap's Nominatim API. Fully typed.
Downloads
832
Readme
Nominatim-TS
A simple wrapper around OpenStreetMap's Nominatim API. Fully typed.
Documentation
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.
Installation
This library runs on Node.js and is available as a NPM package.
npm install nominatim-ts
Usage
Import the package to get started.
import * as Nominatim from "nominatim-ts"
TODO