This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

ai-chatbot

1.1.4 • Public • Published

About

NodeJS module to have fun with AI Chatbot!

Installation

Install via NPM

 
npm install ai-chatbot --save
 

Example

 
var bot = require('ai-chatbot');
 
var msg = 'Hi';
bot.get(msg, function(err, res){
    console.log(res);
});
 

Any issue or want more features? Contact me!

This module has been tested under limited scenarios. If you find any issue please feel free to report via one of the below platforms:

Email: harshdoshi999@gmail.com | Skype: harshxxx3

Package Sidebar

Install

npm i ai-chatbot

Weekly Downloads

3

Version

1.1.4

License

ISC

Last publish

Collaborators

  • harshdoshi999