EuIrcBot icon indicating copy to clipboard operation
EuIrcBot copied to clipboard

"weather" should be updated to use a different api

Open euank opened this issue 7 years ago • 3 comments
trafficstars

Weather appears to be broken. It's unclear why it's broken right now, but it is clear wunderground will not be the right API to use going forward based on this announcement.

Edit: Wunderground will offer a new API we could switch to eventually, but I also think it's likely there's a better option out there. We should take wunderground dropping the old api as an opportunity to look around too.

euank avatar Oct 04 '18 23:10 euank

For developers who use WU API data for non-commercial purposes, you will have access to a new plan for a personal use, low call volume API. Stay tuned for more details as we build this out.

Isn't this us? But yeah, either way looks like we need to change APIs.

LinuxMercedes avatar Oct 04 '18 23:10 LinuxMercedes

In theory its us.

In reality, the old API seems to have been broken for us now, and the new one doesn't yet exist.

I have a suspicion there's likely to be something better out there, and since we'll have to re-write for the new wunderground API if we stick with them, I think we might as well look around too.

I'll update the title to be less prescriptive since you're right, there might still be a path forward on wunderground.

euank avatar Oct 05 '18 00:10 euank

This might be super silly, but you could probably just pull data from wttr.in, since it seems to be pretty well maintained. e.g. curl wttr.in or curl wttr.in/Location?format=%t+%m

scrimbles avatar Oct 03 '19 23:10 scrimbles