1.0.4 • Published 7 years ago

easy-nominatim v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

easy-nominatim

This package uses the javascript fetch api to make requests to the https://nominatim.openstreetmap.org/ site. It brings back an array of json objects with location display name and a valid geojson FeatureCollection object. It is written with ES6 Javascript and compiled to ES5 with Babel. However, this is probably unnecessary, because if a browser supports the fetch api, it probably supports the ES6 javascript used to write the functions.

The functions are made public the module pattern and must be called with an 'en' prefix.

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago