Open yorchv opened 4 years ago
Based on https://openweathermap.org/guide#api We should use appid instead of apiKey in the query string parameter. I have a working update in my fork https://github.com/yorchv/gatsby-source-openweathermap/blob/master/src/gatsby-node.js
appid
apiKey
Hey @yorchv .
Thank you for looking into this.
If you create a pull request i will approve it, and publish the new version.
Thank you, Fabio.
Based on https://openweathermap.org/guide#api We should use
appid
instead ofapiKey
in the query string parameter. I have a working update in my fork https://github.com/yorchv/gatsby-source-openweathermap/blob/master/src/gatsby-node.js