Skip to content

Instantly share code, notes, and snippets.

@troufster
Created May 26, 2011 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save troufster/994134 to your computer and use it in GitHub Desktop.
Save troufster/994134 to your computer and use it in GitHub Desktop.
Nodevore
var Nodevore = require('nodevore').Nodevore;
var n = new Nodevore({ username : 'user', password : 'pass'});
n.verifyAccount(function(err, data) {
console.log(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment