Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/botsquad/js-sdk
Botsquad Javascript SDK
https://github.com/botsquad/js-sdk
typescript
Last synced: 15 days ago
JSON representation
Botsquad Javascript SDK
- Host: GitHub
- URL: https://github.com/botsquad/js-sdk
- Owner: botsquad
- License: mit
- Created: 2019-11-06T14:56:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T09:26:48.000Z (7 months ago)
- Last Synced: 2024-12-08T03:35:49.261Z (26 days ago)
- Topics: typescript
- Language: TypeScript
- Homepage: https://doc.botsquad.com/js-sdk/
- Size: 3.83 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Botsquad Typescript / Javascript SDK
[![Build Status](https://travis-ci.org/botsquad/js-sdk.svg?branch=master)](https://travis-ci.org/botsquad/js-sdk)
[![npm (scoped)](https://img.shields.io/npm/v/@botsquad/sdk)](https://www.npmjs.com/package/@botsquad/sdk)This repository holds the Botsquad client SDK. Generated documentation can be found here:
https://doc.botsquad.com/js-sdk/
## Installation
```
npm install @botsquad/sdk
```## Usage
The [[ChatBubble]] class is the entrypoint to most functionality of this SDK.
## License
The JS SDK is MIT licenced and © 2019 by Arjan Scherpenisse.