npm.io
1.0.1 • Published 5 years ago

cleverbot-api-free

Licence
Version
1.0.1
Deps
2
Size
2 kB
Vulns
0
Weekly
0

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);
    },
);

Keywords