@aqib_nawab/chatbot-react
TypeScript icon, indicating that this package has built-in type declarations

0.0.23 • Public • Published

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

Package Sidebar

Install

npm i @aqib_nawab/chatbot-react

Weekly Downloads

93

Version

0.0.23

License

MIT

Unpacked Size

42.4 kB

Total Files

8

Last publish

Collaborators

  • aqib_nawab