Weather Forcasts from yahoo weather api

后端 未结 5 2108
北荒
北荒 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:59

    As stated on the API explanation there are only two parameters: w for the WOEID (where on earth id) and u for the unit (Fahrenheit or Celsius). There are no parameters for the number of days to fetch.

    I recommend to switch to some other weather API with more features.

提交回复
热议问题