yql-client

0.0.3 • Public • Published

YQL client with no external dependencies.

*inspired by the YUI3 YQL Module.

to use:

var YQLClient = require('yql'),
    YQL = YQLClient.YQL;
 
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.
});

to test:

first run npm install then:

npm test

All functionality is identical to that of the YUI3 YQL module.

https://yuilibrary.com/yui/docs/yql/

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    3
  • 0.0.2
    2
  • 0.0.1
    2

Package Sidebar

Install

npm i yql-client

Weekly Downloads

4

Version

0.0.3

License

none

Last publish

Collaborators

  • jsturgis