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

0.0.7 • Public • Published

kommunicate-chatbot-plugin

npm

A npm plugin for kommunicates' chat widget.

Install

npm i @kommunicate/kommunicate-chatbot-plugin

Usage

In your index.js file,

  1. Import the widget as Kommunicate.
  2. Add Kommunicate.init("YOUR_APP_ID" , {...optionalSettings}) outside ReactDOM.render()
  3. Replace YOUR_APP_ID with APP_ID provided to you by Kommunicate. You can get your APP_ID from here
import Kommunicate from '@kommunicate/kommunicate-chatbot-plugin';

Kommunicate.init("YOUR_APP_ID" , {...optionalSettings})

ReactDOM.render(
  ...
    <App />
  ...
  document.getElementById('root')
);

Readme

Keywords

none

Package Sidebar

Install

npm i @kommunicate/kommunicate-chatbot-plugin

Weekly Downloads

362

Version

0.0.7

License

MIT

Unpacked Size

19.1 kB

Total Files

4

Last publish

Collaborators

  • kommunicate_devs
  • prochnost55