VLO server app acts as a proxy between front-end and google sheets acting as a database.
There's no caching implemented as this will be done using either nginx or custom cloudflare rules.
Running it requires google account with access to script projects.
client_secret.json
downloaded from https://console.developers.google.com has to be put into binary location.- Script id (https://github.com/VLO-GDA/gapp-scripts) needs to be changed to own one.
- /lucky-number - getLuckyNumber
- /timetable/hours - getHours
- /timetable/group/:group - getTimetable(group)
- /quote - getRandomQuote()