Package Exports
- scamfree
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (scamfree) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
SCAMFREE
First of all , send me an email to lamed33140[ALT]gmail[DOT]com to request an APIKey.
Installation
npm install scamfreeUsage
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