FedericoElles / chatbot-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple UI for a Chatbot

Setup with the WiWo Test Chatbot

Installation

npm install

Development

gulp

Embedding into HTML

		<div class="ajaxify2" data-command="chatbot" 
			data-header="true"
			data-feedback="true"
			data-intro="Haben Sie spezielle Fragen zum Artikel?"
			data-smartquestions="Wie geht es Dir?, Was machst Du so?"
		></div>

ToDo's

  • Allow Configuration of Endpoints according to default chatbot endpoint (yet to be defined)
  • Add build task to create single JS and CSS files

About


Languages

Language:CSS 53.8%Language:JavaScript 42.8%Language:HTML 3.4%