node-darksky
node-darksky copied to clipboard
{"code":403,"error":"Forbidden"}
I've double-checked my API key and it's correct (the direct URLs listed on the darksky dev pages work), but using node-darksky with the example code given results in an error from their API:
{"code":403,"error":"Forbidden"}
This package could be incompatible with the latest API. Do you have any further information?
The URL has changed, if you substitute api.darksky.com to api.forecast.io and remove /v1 from the path each time it's mentioned in client.js and client_spec.js it works