Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.8 KB

File metadata and controls

47 lines (33 loc) · 1.8 KB

Zoho Office Integrator - NodeJS SDK Example Codes

Getting Started

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.

How to run the example codes

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

  • 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.

License

This SDK is distributed under the Apache License, Version 2.0, see LICENSE.txt for more information.