Skip to content

A simple wrapper around OpenStreetMap's Nominatim API. Fully typed

Notifications You must be signed in to change notification settings

blksnk/nominatim-ts

Repository files navigation

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

About

A simple wrapper around OpenStreetMap's Nominatim API. Fully typed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published