Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jwilleke/where-are-you-from


https://github.com/jwilleke/where-are-you-from

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Where-are-you-From

Is a demonstartion on how to populate form questions from a Google Sheet.

[Web App](https://script.google.com/a/macros/willeke.com/s/AKfycbyIydnEEfaKvmTgmzaGSsGIZlNQ_Tx9cUl8sAOByLW6IW5GtB0QXN03co4q_kKzzu54/exec)

AKfycbyIydnEEfaKvmTgmzaGSsGIZlNQ_Tx9cUl8sAOByLW6IW5GtB0QXN03co4q_kKzzu54

## GitHub Repository

Code that I have used for Google Apps Script projects.

## Apps Script

Script ID: 1iQV-hcog9VlUfXywMFFpBpITMqDVQv2Gt8Ji4xWkWV7XqiuhMRi3eKKt

## The SpreadSheet

Works with the SpreadSheet:

Pulls data to populate the form from SpreadSheet:

And the Form:

## Google CLASP

[Google Clasp](https://github.com/google/clasp) to pull-push to Google Apps Script and keep code backed up in GitHub

[Google Clasp HowTo](https://medium.com/geekculture/how-to-write-google-apps-script-code-locally-in-vs-code-and-deploy-it-with-clasp-9a4273e2d018)

The four commands to master in clasp are:

- clasp login 1iQV-hcog9VlUfXywMFFpBpITMqDVQv2Gt8Ji4xWkWV7XqiuhMRi3eKKt
- clasp clone - clones script from Google (One time thing)
- clasp push -w - saves to Google (Then watches for you to save file and pushes to Google Every time)
- clasp pull - pulls script from Google