handshakejs

0.0.1 • Public • Published

handshakejs-nodejs

Makes it easier to interact with handshakejs from nodejs.

BuildStatus NPM version

var handshakejs = require('handshakejs')('your_handshakejs_salt');
handshakejs.validate({email: email, hash: hash}, function(err, resp) {
  if (err) { console.log(err); }
 
  console.log(resp);
});

Running Tests

npm test

Publish to NPM

npm publish

Package Sidebar

Install

npm i handshakejs

Weekly Downloads

3

Version

0.0.1

License

BSD

Last publish

Collaborators

  • scottmotte
  • motdotla