Skip to content

thisiswhytheinternetexists/WUnderground.Client

 
 

Repository files navigation

WUnderground.Client

A .NET portable client library for the WeatherUnderground APIs

	WUnderground.Config.ApiKey = "<your WeatherUnderground API Key >";
	Task<WeatherResponse> t = WUndergroundClient.getConditionsForCityAsync("Utrecht", "NL");
	t.Wait();
	//From here on, t.Result is what you need :)

About

A .NET portable client library for the WeatherUnderground APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • Batchfile 0.3%