Skip to content

Instantly share code, notes, and snippets.

@anuith
Created December 20, 2012 05:36
Show Gist options
  • Save anuith/4343159 to your computer and use it in GitHub Desktop.
Save anuith/4343159 to your computer and use it in GitHub Desktop.
Calling the getWeatherFromLocation commands
Data.getWeatherFromLocation(13.739135, 100.547324).then(function (result) {
WinJS.Binding.processAll(element.querySelector("#weatherData"), result);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment