A simple React App which displays quotes from a Google Spreadsheet. It use Google oAuth to allow writing into the spreadsheet (for likes). Nothing secure prevent somebody to vote a gazillion times, you’ve been warned.
Spreadsheet should respect the following column order:
- date (Have to be in a standard format, such as
yyyy-mm-dd
). - text
- author
- interlocutor
- likes
Use the first row for labels, data will load from 2nd row.
An example can be found here.
Copy the example config file:
cp src/config.example.js src/config.js
Fill-in the fields with your own settings. You can create an app and generate a Client-ID on console.developers.google.com/apis.
npm start
npm run build
npm run deploy