Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Docs API for Node.js

Is there a JavaScript API or third party framework for Google Docs that I can use in Node.js?

Thanks

like image 286
Van Coding Avatar asked Aug 29 '11 12:08

Van Coding


People also ask

Is there an API for Google Docs?

The Google Docs API lets you create and modify documents. Apps can integrate with the Docs API to create polished documents from both user and system-provided data. The API allows you to: Automate processes.

Is using Google Drive API free?

All use of the Drive API is available at no additional cost.


1 Answers

Google apps allows RESTful api's to access resources. Please refer the protocol guide for the same

http://code.google.com/apis/documents/docs/developers_guide.html

like image 65
nibin012 Avatar answered Sep 28 '22 17:09

nibin012