UNPKG

990 BMarkdownView Raw
1# Chatkit JS
2
3[![Read the docs](https://img.shields.io/badge/read_the-docs-92A8D1.svg)](https://docs.pusher.com/chatkit/reference/javascript)
4[![Twitter](https://img.shields.io/badge/twitter-@Pusher-blue.svg?style=flat)](http://twitter.com/Pusher)
5[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/pusher/chatkit-client-js/blob/master/LICENSE.md)
6
7The JavaScript client for Pusher Chatkit. If you aren't already here, you can find the source [on Github](https://github.com/pusher/chatkit-client-js).
8
9For more information on the Chatkit service, [see here](https://pusher.com/chatkit). For full documentation, [see here](https://docs.pusher.com/chatkit)
10
11## Installation
12
13### Yarn
14
15[yarn](https://yarnpkg.com/):
16
17```sh
18$ yarn add @pusher/chatkit
19```
20
21## Script tag
22
23```html
24<script src="https://unpkg.com/@pusher/chatkit"></script>
25```
26
27## Getting started
28
29Head over to [our documentation](https://docs.pusher.com/chatkit/reference/javascript).