spamwatch

0.4.1 • Public • Published

SpamWatch API JavaScript Wrapper

Basic Usage

const SpamWatch = require('spamwatch');
const client = new SpamWatch.Client(token);

(async () => {
    const ban = await client.getBan(777000);
    console.log(ban);
})();

/spamwatch/

    Package Sidebar

    Install

    npm i spamwatch

    Weekly Downloads

    16

    Version

    0.4.1

    License

    MIT

    Unpacked Size

    10.4 kB

    Total Files

    8

    Last publish

    Collaborators

    • youtwitface