chatbot-frontend icon indicating copy to clipboard operation
chatbot-frontend copied to clipboard

A simple chatbot frontend made using bootstrap and jquery

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