Skip to content

Instantly share code, notes, and snippets.

@l0gicpath
Created April 4, 2013 12:08
Show Gist options
  • Save l0gicpath/5309847 to your computer and use it in GitHub Desktop.
Save l0gicpath/5309847 to your computer and use it in GitHub Desktop.
var wireio = new WireIO({app_key: "yourappkey"});
wireio.on('wireio/connected', function() {
console.log("Connected");
});
wireio.on('chatter-entered', {nick: 'awesomechatter'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment