I have an C# application which used WeatherBug.com XML RSS feed to get 7 day weather forecast. But the service has been closed and discontinued. I need to find a new service to get following data in xml format:
- Day of the Week
- Short Weather Information (Cloudy or Sunny or a description containing some words like that...)
- Highest Temperature in Fahrenheit
- Humidity
- Dew-point
- Wind speed in MPH
I already tried Yahoo Weather, Forecast.io and so much other stuff, but all those services does not have all the data I have mentioned above. Also I need the response to be only in XML.
This is the format of the old xml file I used before (http://ift.tt/16zijmz)
Please help me on this.
Thanks
No comments:
Post a Comment