Skip to content

Instantly share code, notes, and snippets.

@troufster
Created May 26, 2011 21:31
Show Gist options
  • Select an option

  • Save troufster/994134 to your computer and use it in GitHub Desktop.

Select an option

Save troufster/994134 to your computer and use it in GitHub Desktop.

Revisions

  1. troufster created this gist May 26, 2011.
    7 changes: 7 additions & 0 deletions nodevore.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    var Nodevore = require('nodevore').Nodevore;

    var n = new Nodevore({ username : 'user', password : 'pass'});

    n.verifyAccount(function(err, data) {
    console.log(data);
    });