nchaulet / node-geocoder

nodejs geocoding library
http://nchaulet.github.io/node-geocoder/
MIT License
928 stars 214 forks source link

HERE: API updates - appId and appCode not supported anymore #297

Closed pa-lem closed 4 years ago

pa-lem commented 4 years ago

Due to recent updates, appId and appCode are not supported anymore (for new Here projects, old projects still work for now, but will be depreciated).

We need to make a standard fetch with url and token for example:

https://geocode.search.hereapi.com/v1/geocode?q=<YOUR_SEARCH>&apiKey=<YOUR_API_KEY>

nchaulet commented 4 years ago

Thanks to report the issue going to fix this soon

jvolker commented 4 years ago

Duplicate of #286

nchaulet commented 4 years ago

Resolved by #302