scamfree
Version:
scamfree is a project dedicated to helping combat the spread of hackers, spammers, and abusive activity on the internet.
30 lines (19 loc) • 417 B
Markdown
# SCAMFREE
First of all , send me an email to lamed33140[ALT]gmail[DOT]com to request an APIKey.
### Installation
```javascript
npm install scamfree
```
### Usage
```javascript
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