This is an open source web client for chatbots built using Dialogflow and Bot Framework. Support for other platforms will be added soon.
- Download the source
git install https://github.com/GanadiniAkshay/web_chatbot_client.git
-
Install Node.js if not already installed from here.
-
Install the required npm modules by running the following commands on the terminal
npm install http-server -g
npm install
- Run the project by running the following command on the terminal
http-server
- Test out different configurations by opening http://localhost:8080 in your browser.
All bug fixes, feature additions and documentation changes are welcome as contributions. Please open an issue before making a pull request for easy tracking.
MIT License
Attribution is not required but will be appreciated.