0.0.4 • Published 7 years ago

cleverbot-api-node v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

cleverbot-api-node

Async JavaScript wrapper for the Cleverbot API based off ES6 promises.

Example:

const Cleverbot = require('cleverbot-api-node');
const Clever = new Cleverbot('<your api key here>');

Clever.request('<your message request here>').then(function(response) {
  console.log(response.output);
 }).catch(function(error) {
  console.error(error);
});

Installation

npm i cleverbot-api-node --save

API key can be found at http://www.cleverbot.com/api

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago