Install the Interaction SDK
How to install the Monterosa SDK
Once you have an app template we can install SDK. First of all, you’ll need to obtain access to the SDK via support@monterosa.co or your account manager.
As part of a welcome pack, you’ll receive a user name and token that will allow you to fetch our SDK from our repositories.
All Interaction SDK packages are scoped as @monterosa-sdk
. Run the following NPM commands to help NPM locate them:
Finally, we are ready to install SDK packages. In the sample app we will require core and interact kit:
The JavaScript SDK can only be run in a browser environment and is not intended to be used with Node.js.
You will also need to include all Stable polyfills for environments that don't support the features required by Monterosa / Interaction SDK.
Last updated