GithubHelp home page GithubHelp logo

gas-up's Introduction

clasp gas Open Source Love svg1 made with love

Welcome to the "GAS Up" Github repository โ›ฝ๏ธ ๐Ÿš€

Build dynamic client-side apps using Google Sheets as a database

  • 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!

Accessible & real-time updatable data, for a quick and light full-stack

  • Build microsites
  • Prototype web apps
  • Host static data
  • Integrate Iot apps and logging,
  • Or, whatever else some wacky person might dream up ๐Ÿค”๐Ÿ˜ƒ๐Ÿคฏ!

Getting started

For a "quick guide" to get up and running in a couple minutes, visit the Getting started section of our wiki.


GAS Up Stack

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.

Documentation

All the documentation lives in our github wiki page.

Questions, bugs, issues, help, existentail crises relating to GAS Up

Visit our discussion forum!


How Does this work?

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!

GAS Up is an Apps Script library, and it's open source!

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.


Built with GAS Up ๐Ÿ—

tobob.earth

A personal portfolio for Bob Main. Built with and managed with GAS Up while also tracking basic site analytic and root data!

โœจ โœจ ๐Ÿ”ฎ โœจ โœจ

Top 5

A web app using GAS Up to host top 5 rankings of everything that's important, relevant reverent, and most importantly irrelevant!

โœจ โœจ ๐Ÿ”ฎ โœจ โœจ

gas-up's People

Contributors

robbobfrh84 avatar redsunbob avatar

Stargazers

 avatar  avatar stieglitzz avatar  avatar  avatar  avatar  avatar ... avatar

Watchers

 avatar

Forkers

codefixerz

gas-up's Issues

Client side library setup doesn't work

What is the issue?

The wiki documentation page suggests linking the gas up library by putting this in index.html
<script src="https://github.com/robbobfrh84/gas-up/blob/master/client/Gasup.js"></script>
however, Github doesn't seem to allow HTML to pull the javascript file from this link.

How to fix

It may be better to use a CDN like jsdelivr:
<script src="https://cdn.jsdelivr.net/gh/robbobfrh84/gas-up/client/Gasup.js"></script>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.