maycon-cleverbot
v1.1.0
Published
Cleverbot wrapper (without apikey)
Downloads
2
Maintainers
Readme
maycon-cleverbot
Exemplo:
const Cleverbot = require('maycon-cleverbot');
const cleverbot = new Cleverbot()
cleverbot.request("message here").then(function(response) {
console.log(response);
});