RTByte / rtbyte

An open-source modular multipurpose Discord bot built on the incredible Sapphire framework for discord.js
https://rtbyte.xyz/
MIT License
139 stars 14 forks source link

Weather API migration before end of 2021 #134

Closed rasmusgerdin closed 3 years ago

rasmusgerdin commented 4 years ago

Describe the feature you'd like to see. We need to migrate from DarkSky's weather API to another weather API before the end of 2021 to ensure the continued functionality of the weather command. DarkSky is shutting down their API at the end of 2021.

Suggestions for new weather APIs:

rasmusgerdin commented 4 years ago

@RTByte/developers any thoughts around which API we should use?

Uzui2012 commented 4 years ago

Looks like OpenWeather have areally easy to follow migrating documentation off of DarkSky, I'd reckon that would be simply easiest to do

rasmusgerdin commented 4 years ago

I'm leaning towards OpenWeather as well. Not only does their documentation seem like it's the clearest out of all of them, but their usage limits also seem very good.

rasmusgerdin commented 4 years ago

We'll be using OpenWeather's One Call API to do this.

rasmusgerdin commented 3 years ago

This has been implemented on the ts-rewrite branch and will be merged to master as part of the larger migration to Sapphire.

rasmusgerdin commented 3 years ago

Implemented in 30812e9.