derieri

0.0.4 • Public • Published

Derieri

An implementation of the cleverbot chatbot system


Node Version License Stargazers Issues Pull Requests Npm Statistics

Project


Coding

const Derieri = require('derieri');
const deri = new Derieri.Client({
    islearning: true
});
 
deri.reply('Hello! How are you?').then(response => {
    // Print the response
    console.log(response);
});
 
// Or, with context
deri.reply('I\'m good!', ['Hi.', 'How are you?']).then(response => {
    console.log(response);
})
Special thanks to NithishPravin for the idea

/derieri/

    Package Sidebar

    Install

    npm i derieri

    Weekly Downloads

    4

    Version

    0.0.4

    License

    MIT

    Unpacked Size

    4.83 kB

    Total Files

    5

    Last publish

    Collaborators

    • gloxiniia