Archive | December 2010

Weather Report


I Was feeling very cold from last two days and wanted to plan an outing so got to see weather forcast and from there got idea to develop this software which is a kind of Desktop Gadget.

image image

The Software uses AnimaOnline weather API that actually takes weather report from google.

The Project is developed using WPF technology for better look and flexibility.

Code for Getting Weather report is as follows.

Animaonline.Weather.WeatherData.GoogleWeatherData gd = Animaonline.Weather.GoogleWeatherAPI.GetWeather(Animaonline.Globals.LanguageCode.en_US, city);

Here ‘city’ is a string whose value can be set on choice of user and the weather report will be based on that only.

The Application can be download from

http://www.codeproject.com/KB/gadgets/Wreport.aspx

This entry was posted on December 3, 2010, in c#. 4 Comments