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#<build number or "beta"> --save
In the browser :
<script src="https://unpkg.com/@kandy-io/cpaas-sdk@5.2.0/dist/kandy.js"
integrity="sha384-yQBn8NAFjA0NUiG4J0YGdWcaOQ6m0MIcKmqH2XjjU1N6rnTJq091Xfn5RuSTCK8B"
crossorigin="anonymous">
</script>
Documentation
The information about tutorials and documents can be found in the links below
-
Documents
: docs -
Tutorials
: Get Started
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 |