Skip to content

handshakejs/handshakejs-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

handshakejs-nodejs

Makes it easier to interact with handshakejs from nodejs.

IMPORTANT: Requires Node.js 0.10.x or greater.

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

About

Makes interacting with handshakejs easier in nodejs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published