Skip to content

Instantly share code, notes, and snippets.

@ciwolsey
Created September 19, 2014 02:26
Show Gist options
  • Save ciwolsey/3f95f043af8b55235a9c to your computer and use it in GitHub Desktop.
Save ciwolsey/3f95f043af8b55235a9c to your computer and use it in GitHub Desktop.
Meteor.startup(function(){
var github = new Github({
version: "3.0.0"
});
^--- i want to inspect the github object
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment