You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the official JS-SDK of Channelize.io. Channelize.io allows you to embed user-to-user chat into your application by API and SDKs in the easiest way.
3
+
Channelize.io allows you to embed user-to-user chat into your application by API and SDKs in the easiest way.
4
+
5
+
Signup for Channelize.io 30 Days Free Trial at https://channelize.io/free_trial/request
4
6
5
7
## Installation
6
8
@@ -10,4 +12,14 @@ npm install channelize-chat
10
12
11
13
## Documentation
12
14
13
-
You can find out JavaScript SDK documentation [here](https://docs.channelize.io/javascript-sdk-introduction-overview/).
15
+
You can find out JavaScript SDK documentation [here](https://docs.channelize.io/javascript-sdk-introduction-overview/).
16
+
17
+
## How to use
18
+
19
+
First you need to install channelize-chat via NPM. Then you can import like this:
20
+
21
+
```javascript
22
+
import { Channelize } from'channelize-chat';
23
+
var channelize =newChannelize.client({publicKey:YOUR_PUBLIC_KEY});
0 commit comments