The Zoho Office Integrator NodeJS SDK facilitates the rapid integration of Zoho Office Integrator editors into your web application. This repository contains sample code to demonstrate how to integrate the Zoho Office Integrator editor using the NodeJS SDK.
You can include the SDK to your project using:
-
Install Node from nodejs.org (if not installed).
-
Clone this repository in your local machine.
git clone https://github.com/zoho/office-integrator-nodejs-sdk-examples
-
Install NodeJS SDK and other dependencies
-
Navigate to the folder office-integrator-nodejs-sdk-examples
cd office-integrator-nodejs-sdk-examples
-
Follow the steps mentioned in this page and make change according in SDKInitializer.js file. https://github.com/zoho/office-integrator-nodejs-sdk#configuration)
-
Run the command below:
npm install
-
-
The NodeJS SDK and other dependencies will be installed
-
Now go to any of the folder document-apis, spreadsheet-apis or presentation-apis.
cd document-apis
-
Run any of the example files in those folders.
node create_document.js
-
You can make the changes in any of the example code and test if your changes get reflected in the output.
-
Check the documentation page for all possible customizations.
This SDK is distributed under the Apache License, Version 2.0, see LICENSE.txt for more information.