handshakejs-nodejs
Makes it easier to interact with handshakejs from nodejs.
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