cleverbot-api-free
v1.0.1
Published
Free cleverbot wrapper
Downloads
8
Maintainers
Readme
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);
},
);