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
Update : It's not working anymore
It's much easier. Just add the parameter &d=5 to the string, like:
&d=5
http://weather.yahooapis.com/forecastjson?w=24549429&u=c&d=5
if you want 5 days. Change json to rss for the RSS version.
json
rss