0.1.3 • Published 9 months ago

nominatim-ts v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago