@kcscope/simple-ai-chatbot

0.6.7 • Public • Published

Simple AI Chatbot

Travis CI npm version Codecov

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.

Package Sidebar

Install

npm i @kcscope/simple-ai-chatbot

Weekly Downloads

0

Version

0.6.7

License

MIT

Unpacked Size

258 kB

Total Files

5

Last publish

Collaborators

  • ketherchau12