Node.js SDK for Zoho Catalyst
The official node sdk of Zoho Catalyst
!catalyst
!npm
!NPM
!npm dependencies
!npm bundle size
ZCatalyst-NodeJS-SDK bundles all the features of Zoho Catalyst and provides access to all services offered by Zoho Catalyst to be available in your NodeJS application.
To start working with this SDK you need a catalyst account Sign Up
Then you need to install Node.js and npm.
The ZCatalyst-NodeJS-SDK is a npm package and can be found as zcatalyst-sdk-node:
``bash`
npm install --save zcatalyst-sdk-node
To use the SDK in your application, require it from any JavaScript file as:
`javascript``
var catalyst = require("zcatalyst-sdk-node")
NodeSDK Documentation - Here you will find all the details that is required to use this SDK inside catalyst serverless service