-1

Is there any long time usable free service on the web that I can use to read and write information into my application, I need a free weather service to display my city temperature as a markee text running on my window title.

Thanks

GregC
  • 7,737
  • 2
  • 53
  • 67
user1155788
  • 51
  • 1
  • 7
  • There seems to be two questions. One is about fetching weather info from web. Another is about a marquee text on a window title. – GregC Mar 04 '12 at 15:13

3 Answers3

1

You could try out Yahoo Weather: http://developer.yahoo.com/weather/

andrrs
  • 2,289
  • 3
  • 17
  • 25
0

The Norwegian Meteorological Institute have free for commercial use weather The Norwegian Meteorological Institute. Or you may use Open Weather Map Open weather map.

You can use this library: CSharp_Weather It is very easy to use library for .NET.

Miro
  • 125
  • 1
  • 11
0

Google for weather web service... Here's the first hit.

Here's some of my F# code that can be easily translated to C#, using Yahoo web service.

Community
  • 1
  • 1
GregC
  • 7,737
  • 2
  • 53
  • 67