Name Date Size

.. 2012-02-16 18:58:16 100

build.properties 2011-05-12 03:42:20 959

build.xml 2010-06-29 18:05:47 315

docs 2011-09-15 17:13:28 7

HISTORY.md 2011-12-09 21:48:48 410

js 2012-01-11 16:46:15 3

meta 2010-08-24 18:24:57 3

README.md 2011-06-24 17:33:05 570

tests 2012-02-16 18:58:16 4

README.md

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