Skip to content

Instantly share code, notes, and snippets.

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