0.0.1 • Published 12 years ago
handshakejs v0.0.1
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 testPublish to NPM
npm publish0.0.1
12 years ago

