Skip to content

Instantly share code, notes, and snippets.

@jhonnrodr
Created November 9, 2014 07:48
Show Gist options
  • Save jhonnrodr/b6bf1c19ba45dde77cd8 to your computer and use it in GitHub Desktop.
Save jhonnrodr/b6bf1c19ba45dde77cd8 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