0.6.7 • Published 3 years ago

@kcscope/simple-ai-chatbot v0.6.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Simple AI Chatbot

A simple chatbot component to create conversation chats

Getting Start

npm install @kcscope/simple-ai-chatbot --save

Usage

There are several examples on the website. Here is the first one to get you started:

import ChatBot from '@kcscope/simple-ai-chatbot';

ReactDOM.render(
  <div>
    <ChatBot token={TOKEN} />
  </div>,
  document.getElementById('root')
);

Remark

A fork of a react-simple-chatbot, for educational purpose.