scamfree
v1.0.6
Published
scamfree is a project dedicated to helping combat the spread of hackers, spammers, and abusive activity on the internet.
Downloads
4
Maintainers
Readme
SCAMFREE
First of all , send me an email to lamed33140[ALT]gmail[DOT]com to request an APIKey.
Installation
npm install scamfree
Usage
var scamfree = require("scamfree")
scamfree.find({IP:'78.159.103.182', APIKey: '[YourApiKey]'}, function(err, result) {
if(err) console.log(err);
console.log(result);
});
Todos
- Explain this module
License
MIT