1

Install NodeJS

If you do not have NodeJS installed, you should install it at https://nodejs.org/en/download
2

Install The Zymono NPM Package

In a terminal or shell console, run npm install zymono.This will install the Zymono API along with its dependencies.
3

Initate API

Add this code to the top our your NodeJS file.
const zymono = require("zymono")