Skip to content

Instantly share code, notes, and snippets.

@bran921007
Forked from jhonnrodr/query api clima
Last active August 29, 2015 14:13
Show Gist options
  • Save bran921007/2fcb9d4957b937d09f80 to your computer and use it in GitHub Desktop.
Save bran921007/2fcb9d4957b937d09f80 to your computer and use it in GitHub Desktop.
var query = "http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid=76456&format=json"
url = query;
$.getJSON(url, function(data) {
console.log( data );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment