Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created July 21, 2019 16:49
Show Gist options
  • Select an option

  • Save jsmanifest/1e4a42f104e155021f20e6f63ba351f6 to your computer and use it in GitHub Desktop.

Select an option

Save jsmanifest/1e4a42f104e155021f20e6f63ba351f6 to your computer and use it in GitHub Desktop.
createAccount({
password: 'applebee123x123',
email: '[email protected]',
bio: 'My bio',
callback: function cb(err, data) {
if (err) {
console.error(err)
}
// do something with data
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment