@negobot/nego-chat-sdk
Version:
JS SDK for the Negobot
26 lines (17 loc) • 582 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 @negobot/nego-chat-sdk
```
#### Install with Yarn
```bash
yarn add @negobot/nego-chat-sdk
```
### API Documentation
Documentation for this JavaScript client are available at the [Negobot website](https://negobot.co)
#### to release new version
1. First login with npm id
2. Change version number in package.json file
3. Run command npm build then npm release