Node.js SDK for integrating Zoho Catalyst with Zoho Cliq
The official node sdk for integrating Zoho Catalyst with Zoho Cliq.
!catalyst
!npm
!Vulnerabilities for npm package
!NPM
!npm dependencies
!npm bundle size
ZCatalyst-Cliq-SDK helps you to work with Node.js for handling Zoho Cliq extensions using Zoho Catalyst.
To start working with this SDK you need a catalyst account Sign Up
Then you need to install Node.js and npm.
The ZCatalyst-Cliq-SDK is a npm package and can be found as zcatalyst-integ-cliq:
``bash`
npm install --save zcatalyst-integ-cliq
To use the SDK in your application, import it from any JavaScript file as:
`javascript``
import cliq from 'zcatalyst-integ-cliq';