@mannegobot/nego-chat-sdk
Version:
JS SDK for the Negobot
28 lines (17 loc) • 475 B
Markdown
# 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)