{"library":"google-docs-fetch","type":"library","category":null,"description":"Fetches a Google Docs document as formatted, inlineable HTML, preserving styles (bold, italics, colors), images, and URLs while stripping page width for reflow. Currently at version 0.0.3 (pre-1.0), this small Node.js library uses a callback-based API and requires the document to be publicly shareable. Key differentiator: simplified extraction of Docs content into HTML without full Google Drive API setup, though limited to public documents.","language":"javascript","status":"active","version":"0.0.3","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install google-docs-fetch","imports":["var fetch = require('google-docs-fetch');\n\nfetch('DOCUMENT_ID', function(err, content) { ... });","var fetch = require('google-docs-fetch');\n\nfetch('DOCUMENT_ID', function(err, content) { ... });","const fetch = require('google-docs-fetch');\nconst content = await new Promise((res, rej) => fetch('ID', (err, c) => err ? rej(err) : res(c)));"]},{"cmd":"yarn add google-docs-fetch","imports":[]},{"cmd":"pnpm add google-docs-fetch","imports":[]}],"homepage":"https://github.com/zacharyliu/google-docs-fetch#readme","github":"https://github.com/zacharyliu/google-docs-fetch","docs":null,"changelog":null,"pypi":null,"npm":"google-docs-fetch","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}