Live @ https://stefano.brilli.me/google-forms-html-exporter/
The project has 2 parts:
- backend
- frontend
cd cmd/formdress
&& go build
You'll need version 8 of node, bower and npm.
run npm install
, bower install
then ./node_modules/.bin/gulp
to build the frontend
- Change the server address in
app/scripts/config.js
tohttp://localhost:8000
- Build the backend, build the frontend, then run
./cmd/formdress/formdress -d ./docs
. - Point your browser to
http://localhost:8000
You can also use the ./cmd/formdress/formdress
command as a local tool to export Google Forms as json objects.
Just type: ./cmd/formdress/formdress -f [YOUR_GOOGLE_FORM_URL]