-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Worldweatheronline suspending free API keys, need new backends #82
Comments
A couple of alternatives: https://developer.weatherunlocked.com/localweather/pricing
http://api.yourweather.co.uk/index.php?p=a
|
thanks @pramodk-git, I added them to the list. weatherunlocked looks very promising, but for the new default I want a backend with no need for registration, so probably openweathermap. |
As far as I can tell, openweathermap also requires registration to receive an API key. I tried getting forecast.io running, but still have some issues with the frontend. The Forecast Slots are not working correctly atm.
|
As a quick hint: You can use the json frontend for debugging. It will show the |
that did quite help. The first working commit is camelinc@36123edb98291314ceb6378edbe04d8f56084494 probably needs some polishing and testing |
cool. Is it okay for you, if I pull your commits, squash them to a single one (for a cleaner history) and push them to my repo? You will still be the author of the commit, but I will probably have to do some fixup (you changed the import path). |
Sure! Are you going to do the pull or should I open a unified pull request? |
I already started the pull and fixes, so there is no need to open a pull request. |
First forecast.io backend draft is up, refer to #83 for further status information and discussion. |
It would seem 2.0 no longer works with WWO's API (using a trial premium key). Appears to be the same issue as #81 (comment). I'm trying to build a package for Arch Linux against the release (there is a Git package which works great). Perhaps it's time for a new release? :) |
Thanks to @R11baka we now have a openweathermap.org backend! 🎉 |
#186 added openmeteo which is also completely free and no api-key needed. Might switch there as default. I think there are enough alternatives now that this issue can be closed. |
According to this post there will soon be no possibility for new users to get a free API key. Therefore wego needs at least one new backend. I don't have much time in the near future, so any help is greatly appreciated.
Here is a list of weather services which should be usable. I will update the list.
A service which does not require registration / an API key would be nice.
The text was updated successfully, but these errors were encountered: