dmofot / weather

Parsing historical weather data from Weather Underground
5 stars 1 forks source link

Wunderground discontinuing free api keys #1

Open JNatael opened 5 years ago

JNatael commented 5 years ago

Wunderground is discontinuing availability of free keys (https://www.wunderground.com/weather/api); will this library still work in any form? What's necessary to make it work now?

dmofot commented 5 years ago

@JNatael this code won’t work once they turn off API access for free keys and I no longer have a key to check. I would suggest moving to a service like DarkSky, which has a nice developer API - https://darksky.net/dev - and gives you 1000 calls a day for free.