Skip to content

A simple chatbot frontend made using bootstrap and jquery

License

Notifications You must be signed in to change notification settings

imsadiku/chatbot-frontend

 
 

Repository files navigation

Chatbot Frontend

A simple chatbot frontend for plugging in my bots.

To add a user message to the chat window run javascript function -

showUserMessage("Message",getCurrentTimestamp());

To add a bot message to the chat window run javascript function -

showBotMessage("Message",getCurrentTimestamp());

Screenshot

enter image description here

PR's are welcome :)

About

A simple chatbot frontend made using bootstrap and jquery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.3%
  • HTML 28.1%
  • JavaScript 27.6%