-
Notifications
You must be signed in to change notification settings - Fork 243
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
Weather service being used is retried? #30
Comments
It still definitely works for me for locations and some zip codes (and I've checked that the response makes sense), but I'll look into a different weather service when i get a chance |
Looking around some Yahoo provides an API. There are some packages available for that. However, with the way Yahoo is going I'm not sure if that can be safely relied on even in the medium-term. I think the open weather API might be a decent choice for the longer-haul. But it means asking that users get another API key to get it working. |
I've heard about Forecast.io in the past, which has apparently been acquired/merged/something by Dark Sky, which I've also heard good things about, recently. Unfortunately Dark Sky is only free for the first 1k/day calls. They seem to be a small team, and are apparently rather philanthropic. Maybe they'd consider the open-source nature and mutual target audience of this and nix the fee. Long shot... but hey, at least there's another option to explore if need be. I wouldn't sweat it for now though, if things are working. Phenomenal work! :) |
what about using |
In the sample env it says that the MSN weather service is being used to get weather data. However, Microsoft claims the service was retired last year. Upon going to that service URL as well nothing is returned.
An issue is already open upstream with
weather-js
about this. So not sure if the weather data is actually working as intended still or if that stuff should be refactored/removed.The text was updated successfully, but these errors were encountered: