I am working on development of a website. Task is to add a Live weather forecast to my webpage. I am unable to find a good workin开发者_开发百科g solution for this.
You can consume an RSS feed on current weather conditions from the National Weather Service. (I'm assuming US, otherwise there may be a service local to your area as well.) That information can be displayed on your site any way you like.
You can try this on AccuWeather http://netweather.accuweather.com
I remember seeing something on code project a while ago
Through this article, I will create a pretty ASP.NET weather control that can be used in any ASP.NET page, multiple times with different location value.
There may be other examples here.
精彩评论