All Projects → cybercase → Google Forms Html Exporter

cybercase / Google Forms Html Exporter

Licence: bsd-3-clause
Build a standard HTML <form> using any Google Forms

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Google Forms Html Exporter

Google Search
scrape google search results
Stars: ✭ 62 (-16.22%)
Mutual labels:  google
Google Translator
Free Google Translator for Dart
Stars: ✭ 68 (-8.11%)
Mutual labels:  google
Image Downloader
Download images from Google, Bing, Baidu. 谷歌、百度、必应图片下载.
Stars: ✭ 1,173 (+1485.14%)
Mutual labels:  google
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (+1425.68%)
Mutual labels:  google
Ng Dynamic Forms
Rapid form development library for Angular
Stars: ✭ 1,146 (+1448.65%)
Mutual labels:  forms
Formst
Model-driven Form library for React
Stars: ✭ 69 (-6.76%)
Mutual labels:  forms
Complete Placement Preparation
This repository consists of all the material required for cracking the coding rounds and technical interviews during placements.
Stars: ✭ 1,114 (+1405.41%)
Mutual labels:  google
Voicer
AGI-server voice recognizer for #Asterisk
Stars: ✭ 73 (-1.35%)
Mutual labels:  google
Goagent Always Available
一直可用的GoAgent,会定时扫描可用的google gae ip,提供可自动化获取ip运行的版本
Stars: ✭ 1,146 (+1448.65%)
Mutual labels:  google
Doh
🍩 DNS over HTTPs command-line client
Stars: ✭ 70 (-5.41%)
Mutual labels:  google
Mform
Spielend einfach umfangreiche Modul-Input-Formulare erzeugen.
Stars: ✭ 65 (-12.16%)
Mutual labels:  forms
Pi Hole Pivpn On Google Compute Engine Free Tier With Full Tunnel And Split Tunnel Openvpn Configs
Run your own privacy-first ad blocking service in the cloud for free on Google Cloud Services.
Stars: ✭ 1,141 (+1441.89%)
Mutual labels:  google
Ai Residency List
List of AI Residency & Research programs, Ph.D Fellowships, Research Internships
Stars: ✭ 69 (-6.76%)
Mutual labels:  google
Autosize Input
🎈 Effortless, dynamic-width text boxes in vanilla JavaScript
Stars: ✭ 64 (-13.51%)
Mutual labels:  forms
Chromeliketabswitcher
Provides a tab switcher similar to the one, which is used in Google Chrome on Android
Stars: ✭ 1,177 (+1490.54%)
Mutual labels:  google
Gradle Gae Plugin
Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects
Stars: ✭ 62 (-16.22%)
Mutual labels:  google
Codefont
60余种常用的等宽字体 愉快的code吧 欢迎issues我 收录更多字体 Happy code bar with more than 60 common fonts of equal width. Welcome issues. I include more fonts.
Stars: ✭ 68 (-8.11%)
Mutual labels:  google
Bind Query Params
Sync URL Query Params with Angular Form Controls
Stars: ✭ 73 (-1.35%)
Mutual labels:  forms
Form Object
Form object to use with Vue components for sending data to a Laravel application using axios.
Stars: ✭ 73 (-1.35%)
Mutual labels:  forms
Googleclientplugin
Google Client Plugin for Xamarin iOS and Android
Stars: ✭ 69 (-6.76%)
Mutual labels:  google

Google Forms Exporter

Convert any Google Form to an HTML form

Live @ https://stefano.brilli.me/google-forms-html-exporter/

Developers area

The project has 2 parts:

  • backend
  • frontend

Building the backend

you'll need go and gb

run gb vendor restore to install all the dependencies, then gb build to build the backend (output to ./bin folder).

Building the frontend

you'll need node, bower and npm.

run npm install, bower install then ./node_modules/.bin/gulp to build the frontend

Run on localhost

  • Change the server address in app/scripts/config.js to http://localhost:8000
  • Build the backend, build the frontend, then run ./bin/formdress -d ./docs.
  • Point your browser to http://localhost:8000

Using as tool

You can also use the ./bin/formdress command as a local tool to export Google Forms as json objects. Just type: ./bin/formdress -f [YOUR_GOOGLE_FORM_URL]

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].