Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kandy-io/kandy-cpaas-js-sdk
Kandy CPaaS JavaScript SDK
https://github.com/kandy-io/kandy-cpaas-js-sdk
documentation javascript kandy tutorial webrtc
Last synced: about 1 month ago
JSON representation
Kandy CPaaS JavaScript SDK
- Host: GitHub
- URL: https://github.com/kandy-io/kandy-cpaas-js-sdk
- Owner: Kandy-IO
- License: other
- Created: 2019-01-09T16:34:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T19:21:47.000Z (about 2 years ago)
- Last Synced: 2024-10-30T04:51:07.619Z (about 2 months ago)
- Topics: documentation, javascript, kandy, tutorial, webrtc
- Language: HTML
- Homepage:
- Size: 86.9 MB
- Stars: 9
- Watchers: 12
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kandy CPaaS JavaScript SDK
## Install
### Using npm :
`$ npm install @kandy-io/cpaas-sdk`
#### Install a particular build :
To install a particular build branch or beta branch with the Github URL, run:
`$ npm install https://github.com/Kandy-IO/kandy-cpaas-js-sdk# --save`
### In the browser :
```html```
## DocumentationThe information about tutorials and documents can be found in the links below
* `Documents`: [docs](https://kandy-io.github.io/kandy-cpaas-js-sdk/docs)
* `Tutorials`: [Get Started](https://kandy-io.github.io/kandy-cpaas-js-sdk/tutorials/?config=us#/Get%20Started)
## Compatibility
| Browsers | Versions | Operating Systems |
|----------|-----------------------|--------------------------------|
| Chrome | Last 3 Major Versions | Windows, MacOS, Linux, Android |
| Firefox | Last 3 Major Versions | Windows, MacOS, Linux |
| Edge | Latest Major Version | Windows, MacOS |
| Safari | Latest Major Version | MacOS, iOS |
| Electron | Last 2 Major Versions | Windows, MacOS, Linux |