Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.93 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.93 KB

Sponsored

🤖 Integra-chat 🤖

** WORK IN PROGRESS **

A simple chat interface that can connect to different chatbot APIs such as Watson Assistant.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Preliminary roadmap

  • Initialize repo on GitHub ✅
  • Create an account on IBM Watson and build chatbot skeleton. ✅
  • Write basic chat components
  • Handle API integration in frontend
  • Test UI with Watson Assistant
  • Find other alternatives to IBM Watson
  • Test the application with other possible APIs
  • Make necessary changes to add flexibility to work with other APIs