Skip to content

Instantly share code, notes, and snippets.

@emkay
Created October 8, 2010 21:07
Show Gist options
  • Save emkay/617547 to your computer and use it in GitHub Desktop.
Save emkay/617547 to your computer and use it in GitHub Desktop.
YUI().use('node', 'gallery-yql', function (Y) {
new Y.yql('select * from github.user.repos where id = "emkay"', function (r) {
// do something with r
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment