Skip to content

iketiunn/restful-google-form

Repository files navigation

📝 Restful Google Form

link: https://restful-google-form.vercel.app/

Turn your google form into restful api with ease.

TODO

  • column[3] is questions type!

Why

When you quick prototyping a form with Google Forms and you also want customizations with the form.

You can have the powers with:

  • Google Forms UI to edit your questions
  • Google Forms/Sheets to view your responses
  • Custom UI implement in your app

Usage

Enter your form link like:

https://docs.google.com/forms/d/e/1FAIpQLSfVRcg4Oou6J05mOpmrwgdfdyfG15n4GkNFOwY3idLlRPYfGA/viewform

or form id for short:

1FAIpQLSfVRcg4Oou6J05mOpmrwgdfdyfG15n4GkNFOwY3idLlRPYfGA

You can create your own form here

Pages

[GET] /form/:formId Get the form meta for :formId

API

[POST] /api/forms/:formId will only return texted http status code, just check it with the http status and the form meta

[POST] /api/forms/:formId return form meta in json format

Supported Question type

unchecked are not tested.

  • Short answer
  • Paragraph
  • Multiple choice
  • Checkboxes
  • Dropdown
  • File upload
  • Linear scale
  • Multiple choice grid
  • Checkbox grid
  • Date
  • Time

About

A tool to help you implement restful google form

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages