NodeJS API Documentation
Installation
Install Zymono’s NPM package on your application
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.
Was this page helpful?