Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yuan-yu/drinkgroupbuyapp

A web app based on google app script for group buying
https://github.com/yuan-yu/drinkgroupbuyapp

google-script group-buying server-less website

Last synced: about 11 hours ago
JSON representation

A web app based on google app script for group buying

Awesome Lists containing this project

README

        

# DrinkGroupBuyApp
A web app based on Google App Script for group buying.

## Demo
The website looks like [this](https://script.google.com/a/gapp.nthu.edu.tw/macros/s/AKfycbxeS8NrWVlUNGZ_6YAl6MkGZPsqRpUKHGTwz4Cm3RN_FerUGj0v/exec).
The submitted results are written in a [google sheet](https://docs.google.com/spreadsheets/d/1z10VFmxmQzQUwleN1466KIaHmm_hatktcns5z2yFIyA/edit?usp=sharing).

## How to setup DrinkGroupBuyApp
1. Create a new sheet in your google drive and change the name of the sheet.
![create sheet](https://github.com/Yuan-Yu/DrinkGroupBuyApp/blob/master/image/1.PNG?raw=true)
2. Copy the sheet id.
![sheet id](https://github.com/Yuan-Yu/DrinkGroupBuyApp/blob/master/image/3.PNG?raw=true)
3. Click [this link](https://script.google.com/d/1A6sfd7lfVGNr5qR6cYPBwOyiBZ_Le6QIPVW5bBFoIfvShwmt1lr_0OCQ/edit?usp=sharing) and clone the script (File > Make copy)
![clone app](https://github.com/Yuan-Yu/DrinkGroupBuyApp/blob/master/image/2.1.PNG?raw=true)
4. Replace the "yourSheetID" with the real sheet id.
![yourSheetID](https://github.com/Yuan-Yu/DrinkGroupBuyApp/blob/master/image/4.PNG?raw=true)
5. Deploy your app (Publish > Deploy as web app) and select anonymous in the user option.
![Deploy](https://github.com/Yuan-Yu/DrinkGroupBuyApp/blob/master/image/5.PNG?raw=true)
![Deploy](https://github.com/Yuan-Yu/DrinkGroupBuyApp/blob/master/image/6.PNG?raw=true)
6. Click "Checking permission"
![permission](https://github.com/Yuan-Yu/DrinkGroupBuyApp/blob/master/image/7.PNG?raw=true)
7. Because this app has not verified by Google, there is a waring page for permission. (Click advence > Proceed to XXXXXX )
![app](https://github.com/Yuan-Yu/DrinkGroupBuyApp/blob/master/image/8.PNG?raw=true)
8. Now the web app is deployed. Copy the Url link and visit the page.
![web](https://github.com/Yuan-Yu/DrinkGroupBuyApp/blob/master/image/9.PNG?raw=true)