/gdoc-json-parser

It parses the data received by the google docs API back into html code

Primary LanguageJavaScript

Google Docs JSON Parser

This library parses the data received by the Google Docs API v1 and returns a formatted HTML.

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

Running

node dist/bundle.js

Credits

Made with createapp.dev