e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass(YQL) is an expressive SQL-like language that lets you query,
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glassfilter, and join data across Web services. With YQL, *apps run
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glassfaster with fewer lines of code and a smaller network footprint.*
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass YUI().use('yql', function(Y) {
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass Y.YQL('select * from weather.forecast where location=90210', function(r) {
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass //r now contains the result of the YQL Query
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass //use the YQL Developer console to learn
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass //what data is coming back in this object
e5910100135538c7fea2b0c3cf3466ae43fd853bDav Glass //and how that data is structured.