Was made for the hackathon organized by Typeform I/O during the Full Stack Fest 2015.
This hack won "best by judges" award.
It converts ugly google forms to nice typeforms. You get a link to the typeform representation of the google form.
Before: https://docs.google.com/forms/d/1rm2SkXQhQiyURW-mO-3zY0COBm7us-dR0tHcP5q9l-o/viewform?c=0&w=1
After: https://forms.typeform.io/to/636jqBwugs
- Set
APP_DOMAIN
to point to the public domain of the application. Example: "http://prettyizer.herokuapp.com". It's used as a webhook for the typeform API. - Set
TYPEFORM_API_TOKEN
to your typeform api token.
Just type rackup
in the app directory.