Skip to content

Instantly share code, notes, and snippets.

@Njuelle
Last active October 15, 2018 14:22
Show Gist options
  • Select an option

  • Save Njuelle/ecd641a2aae9fe62d365d49e8d15e2c8 to your computer and use it in GitHub Desktop.

Select an option

Save Njuelle/ecd641a2aae9fe62d365d49e8d15e2c8 to your computer and use it in GitHub Desktop.
snippet example
//Connects to Kuzzle
kuzzle
.connect()
.then(() => {
console.log('Successfully connected');
})
.catch(error => {
console.error(error.message);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment