bugmenot

1.0.1 • Public • Published

Bugmenot

A node Bugmenot module to find username and password for various sites

Install

You can install this library from npmjs typing npm install bugmenot

Usage

var bugmenot = require('bugmenot');
 
bugmenot.getAccounts('example.org', function(err, data) {
    if(!err) {
        for(var i in data) {
            console.log("Username: "+data[i].username+"\nPassword: "+data[i].password+"\nPerc: "+data[i].stat+"\nVote: "+data[i].vote+"\n\n");
        }
    }
});

Author

Domenico Luciani (http://dlion.it)

LICENSE

MIT

Package Sidebar

Install

npm i bugmenot

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • dlion