googlecodelabs / your-first-pwapp

Code associated with Your First Progressive Web App codelab
https://g.co/codelabs/pwa
Apache License 2.0
638 stars 555 forks source link

EOL Notice: Yahoo Weather API Will Be Retired 01/03/2019 #143

Closed zsadler closed 5 years ago

zsadler commented 5 years ago

Yahoo Developer Network has the following EOL Notice up:

Important EOL Notice: As of Thursday, Jan. 3, 2019, the weather.yahooapis.com and query.yahooapis.com for Yahoo Weather API will be retired. To continue using our free Yahoo Weather APIs, use https://weather-ydn-yql.media.yahoo.com/forecastrss. Contact yahoo-weather-ydn-api@oath.com for credentials to onboard to this free Yahoo Weather API service.

ghost commented 5 years ago

Example code no longer works because of the above mentioned EOL issue reported by @zsadler

singhgurdip24 commented 5 years ago

Did anyone figure out now what changes do we need to make in code to get everything working? I generated Client ID, AppId and all the required credentials. But not sure where I have to enter oAuth in code.

davidair commented 5 years ago

Posted a workaround in #144

andytanghr commented 5 years ago

I submitted a pull request that updates this code lab for the new Yahoo API. Check it out here: https://github.com/googlecodelabs/your-first-pwapp/pull/147

petele commented 5 years ago

Hi!

Thanks for the feedback. I've rewritten the codelab from scratch and believe I have fixed this issue. The code has been updated, I'm just waiting for the guide to go live. In the meantime, I've deployed the codelab at https://developers.google.com/web/fundamentals/codelabs/your-first-pwapp/.

If you find any issues with the new codelab, please let us know!

Thanks!