Skip to content

Instantly share code, notes, and snippets.

@cgreening
Last active August 29, 2015 14:22
Show Gist options
  • Save cgreening/d8da5b4cf4af23522a76 to your computer and use it in GitHub Desktop.
Save cgreening/d8da5b4cf4af23522a76 to your computer and use it in GitHub Desktop.
connect to nodule
nodule.connect('wss://app.nodule.io', '<API ACCESS TOKEN>').then(function(nodule) {
}, function(error) {
console.error('Connection failed', error);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment