JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q37725F
  • License MIT

scamfree is a project dedicated to helping combat the spread of hackers, spammers, and abusive activity on the internet.

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 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