Makes it easier to interact with handshakejs from nodejs.
IMPORTANT: Requires Node.js 0.10.x
or greater.
var handshakejs = require('handshakejs')('your_handshakejs_salt');
handshakejs.validate({email: email, hash: hash}, function(err, resp) {
if (err) { console.log(err); }
console.log(resp);
});
npm test
npm publish