# Chatkit JS

[![Read the docs](https://img.shields.io/badge/read_the-docs-92A8D1.svg)](https://docs.pusher.com/chatkit/reference/javascript)
[![Twitter](https://img.shields.io/badge/twitter-@Pusher-blue.svg?style=flat)](http://twitter.com/Pusher)
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/pusher/chatkit-client-js/blob/master/LICENSE.md)

The 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).

For more information on the Chatkit service, [see here](https://pusher.com/chatkit). For full documentation, [see here](https://docs.pusher.com/chatkit)

## Installation

### Yarn

[yarn](https://yarnpkg.com/):

```sh
$ yarn add @pusher/chatkit
```

## Script tag

```html
<script src="https://unpkg.com/@pusher/chatkit"></script>
```

## Getting started

Head over to [our documentation](https://docs.pusher.com/chatkit/reference/javascript).
