cleverbot-api-free

1.0.1 • Public • Published

Cleverbot

Install

npm install cleverbot-api-free

Usage

const cleverbot = require("cleverbot-api-free");
const client = new cleverbot();

client.send(
    "message",
    async response => {
        console.log(response);
    },
);

/cleverbot-api-free/

    Package Sidebar

    Install

    npm i cleverbot-api-free

    Weekly Downloads

    4

    Version

    1.0.1

    License

    none

    Unpacked Size

    2.33 kB

    Total Files

    3

    Last publish

    Collaborators

    • tobi.wtf