Weather Forcasts from yahoo weather api

后端 未结 5 2096
北荒
北荒 2020-12-18 12:06

How to get 3,5 or 7 day forecasts from Yahoo Weather API instead of just today and tomorrow?

http://weather.yahooapis.com/forecastrss?w=location gives response which

5条回答
  •  感情败类
    2020-12-18 12:55

    Update : It's not working anymore

    It's much easier. Just add the parameter &d=5 to the string, like:

    http://weather.yahooapis.com/forecastjson?w=24549429&u=c&d=5 
    

    if you want 5 days. Change json to rss for the RSS version.

提交回复
热议问题