Skip to content

Instantly share code, notes, and snippets.

@max-mulawa
Created April 20, 2011 19:17
Show Gist options
  • Save max-mulawa/932405 to your computer and use it in GitHub Desktop.
Save max-mulawa/932405 to your computer and use it in GitHub Desktop.
WeatherClient 2
WeatherClient client = new WeatherClient(
"[Partner Id here]"
, "[License Key here]");
List<Location> locations = client.GetLocation("Warsaw,Poland");
Location location = locations[0];
CurrentWeatherInfo conditions = client.GetCurrentConditions(location);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment