Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.14 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.14 KB

chatterbot-api

Web API for Chatterbot

How to Use

Installing the server

Cloning into the repository

$ git clone https://github.com/gabru-md/chatterbot-
$ cd chatterbot-api

Starting MongoDB Server

$ sudo service mongodb start

Installing packages from package.json

$ npm install

Starting the Server

$ node app.js

Generating the API-Key

Go to https://localhost:8900/ and Register yourself.

API-Key

Using API-Key to generate Responses

Go to the browser and type: https://localhost:8900/getResponse/{{ your apikey }}/{{ your message }}

API Message

Read Docs for more

Navigate to : https://localhost:8900/howtouse

howtouse

Author

gabru-md <3

License

GNU General Public License v3.0