handshakejs
v0.0.1
Published
Makes interacting with handshakejs easier in nodejs.
Downloads
5
Readme
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