-
-
Save bran921007/2fcb9d4957b937d09f80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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