1.0.1 • Published 10 years ago

bugmenot v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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