All Projects → Quartz → aml-gdoc-server

Quartz / aml-gdoc-server

Licence: other
Serve AML documents pulled for Google Docs

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to aml-gdoc-server

rchie
An R parser for ArchieML
Stars: ✭ 24 (+0%)
Mutual labels:  archieml
wowspreadsheet
World of Warcraft character tracking spreadsheet for Google Docs
Stars: ✭ 37 (+54.17%)
Mutual labels:  googledocs
TSWorkflow
G Suite workflow automation highlighted in my presentation given at SheetsCon-2020 - "Automation with Apps Script"
Stars: ✭ 28 (+16.67%)
Mutual labels:  googledocs
Bad Data Guide
An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.
Stars: ✭ 3,862 (+15991.67%)
Mutual labels:  qz-things

aml-gdoc-server

This is a simple way to retrieve Google Docs written in the ArchieML format as json for web apps. It was created for the Quartz things team, which uses it as part of our build process to streamline the editing of our work.

Installation

To install run

npm install -g aml-gdoc-server

in your terminal shell

Usage

To start the server run

aml-gdoc-server

in your terminal shell

On the first run

The first time you start the server it will prompt you to provide it with Google API credentials. You will be given instructions on securing those. These credentials and subsequent authorization tokens are saved in a hidden file at ~/.aml-gdoc-credentials in json format

On subsequent runs

After the one time setup procedures are completed, all future instances of the server will start immediately upon running aml-gdoc-server in your shell

On all runs

The server defaults to port 6006 i.e. "Goog."

ArchieML formatted Google Docs can can be retrieved using this url structure http://127.0.0.1:6006/{google-doc-key}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].