Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwilleke/where-are-you-from
https://github.com/jwilleke/where-are-you-from
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jwilleke/where-are-you-from
- Owner: jwilleke
- Created: 2023-11-12T19:32:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-13T12:56:56.000Z (about 1 year ago)
- Last Synced: 2025-01-20T22:57:01.035Z (22 days ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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