Using the WeatherBug API, you can now see my current weather conditions on Where's Tim. The API was easy to use and I also include the data in the Where's Tim Webservice. Calling GetTimsWeather returns an object that contains:
Current Temp (.Temp)
Todays Rainfall (.Rain)
Current Windspeed (.Wind)
Wind Direction (.WindDirection)
My current zipcode (.ZipCode)
URL with more info (.WebLink)
Thanks to the My class in VS 2005, you can get my current temperature with one line of code:
MsgBox(My.WebServices.EnGraphGPS.GetTimsWeather.Temp)