- Build, read, update and delete sheets with client-side API requests.
- The connected google sheet is laid out like a database with tables and entries.
- Customize your cloud "back-end" with an open-source Google Apps Script(GAS) library!
- Build microsites
- Prototype web apps
- Host static data
- Integrate Iot apps and logging,
- Or, whatever else some wacky person might dream up 🤔😃🤯!
For a "quick guide" to get up and running in a couple minutes, visit the Getting started section of our wiki.
A complete GAS Up application consists of three major components.
- The Client-side API library
- A Google Sheet.
- The GAS Up Apps Script Library "bound" to that Google Sheet.
All the documentation lives in our github wiki page.
Visit our discussion forum!
Google Sheets allow for javascript to control and automate Google Sheets with what they call "Google Apps Scripts". To see a simple example of this, start by creating a new Google Sheet.
- Select: "Extensions" > "Script editor" to see where you'd code your "Google Apps Script" app.
- Here, you can also add Libraries that have already been created to do special things!
You don't even need to add any Google Apps Script code of your own to get started.
-
GAS Up serves the API for client-side apps directly. This allows the application to read and update data from any Google Sheet you own and allow access to. In addition, the Google Sheet itself can remain private.
-
For instance, say you want to use GAS Up to create a simple page view counter. The Google sheet that is being updated can remain private, while the client-side app is still allowed to "ping" the GAS Up API to incremented a cells values each time a webpage is loaded to a browser.
A personal portfolio for Bob Main. Built with and managed with GAS Up while also tracking basic site analytic and root data!
- Web App: https://tobob.earth/#landing
- Public Google Sheet: https://docs.google.com/spreadsheets/d/1h7AQcnPrSPL9kwPwcBwkRRHB_VIdJ-NszRY1eYJHf24/edit#gid=1906007068
- Github Repository: https://github.com/robbobfrh84/tobob.earth
A web app using GAS Up to host top 5 rankings of everything that's important, relevant reverent, and most importantly irrelevant!