# Nego Chat SDK

nego-chat-sdk is the official JavaScript client for Negobot, a service for building negotiation chat applications.

### Installation

#### Install with NPM

```bash
npm install nego-chat-sdk
```

#### Install with Yarn

```bash
yarn add nego-chat-sdk
```

#### Using JS deliver

```html
<script src="https://negobot.co"></script>
```

### API Documentation

Documentation for this JavaScript client are available at the [Negobot website](https://negobot.co)
