Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 405 Bytes

File metadata and controls

17 lines (11 loc) · 405 Bytes

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 :)