node-yql icon indicating copy to clipboard operation
node-yql copied to clipboard

A YQL (Yahoo Query Language) module for NodeJS

Results 5 node-yql issues
Sort by recently updated
recently updated
newest added

https://github.com/derek/node-yql/blob/master/examples/example.js#L20 ``` condition = response.query.results.channel.item.condition; ^ TypeError: Cannot read property 'condition' of undefined at YQL.exec (/Users/willin/Documents/w2fs/beian-domain/demo/index.js:15:54) at /Users/willin/Documents/w2fs/beian-domain/demo/node_modules/yql/yql.js:276:9 at /Users/willin/Documents/w2fs/beian-domain/demo/node_modules/yql/yql.js:243:17 at parseJSON (/Users/willin/Documents/w2fs/beian-domain/demo/node_modules/yql/yql.js:335:5) at YQL._handleResponse (/Users/willin/Documents/w2fs/beian-domain/demo/node_modules/yql/yql.js:229:9) at Request.self.callback (/Users/willin/Documents/w2fs/beian-domain/demo/node_modules/request/request.js:121:22) at...

See https://github.com/jsoma/tabletop/issues/76

Apologies in advance if this is the wrong place to ask but I'm trying to get at a user's info & I already have a token & secret & now...

Hi, I know this is probably not the best place to ask but the YQL doc. site is not very node-yql friendly. My question is. How can I make a...