@domfung/5re.chat
v1.1.3
Published
> `@domfung/5re.chat` is an open source chat (react component) you can integrate into your frontend that hooks up to discord as a chatbot. Now you can chat directly with customers on your website directly on your discord channel! > The backend is hosted o
Readme
@domfung/5re.chat
@domfung/5re.chatis an open source chat (react component) you can integrate into your frontend that hooks up to discord as a chatbot. Now you can chat directly with customers on your website directly on your discord channel! The backend is hosted on AWS (Repo TBD). Hosting is not cheap. Your support is greatly appreciated on Patreon!
A Simple Chat Component for your Frontend
npm i @domfung/5re.chatto use:
import { FireChat } from '@domfung/5re.chat'
...
return (
...
<FireChat storeId="<YOUR STORE ID>" />
</>
)
Advanced Usage
References
https://www.youtube.com/watch?v=XKfeczZyEzc&ab_channel=FrontEndMastery https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
