Created
May 26, 2011 21:31
-
-
Save troufster/994134 to your computer and use it in GitHub Desktop.
Nodevore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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