a php application that uses google docs as its content generator.
Originally built for AIGA/NY's Citizen Designer Now! initiative as a public/crowd-sourced backend.
- uses the google rest api v3
- composer dependencies are html-to-markdown and Parsedown
- place contents into a directory of your choice
- in
build/
create a folderdocs
and create adeveloperkey.txt
with your OAuth client ID. (final path should look like this:build/docs/developerkey.txt
) - assign your file ID and developer key in the index.php file and pass their values through
the_google_doc()
function.