0.0.24 • Published 9 months ago

@aqib_nawab/chatbot-react v0.0.24

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

CHATBOT

Alert

This package is under development and not ready for production use. To use this package you need to signup at our website and get the token to use in the chatbot. Here is waitlist of the website .

Description

This is a chatbot that can be used to answer questions about the information your provided at our website. Here is the link of the website: https://www.example.com. Just visit the website and add bussiness information after the singup process. Then you need to access the token from the website and use it in the chatbot.

Installation

To install the chatbot, you need to run the following command:

npm i @aqib_nawab/chatbot-react

Usage

To use the chatbot, you need to import the chatbot component and use it in your react application. Here is an example:

import React from 'react';
import {ChatBot} from '@aqib_nawab/chatbot-react';


function App() {
  return (
    <div>
      <ChatBot token="YOUR_TOKEN" />
    </div>
  );
}

export default App;

License

MIT License

Quick Links

My GitHub My LinkedIn