1.1.4 • Published 7 years ago

ai-chatbot v1.1.4

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

#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

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago