Create your own life timeline using Timeline.js and fetching data from Google Sheets.
Paste following to zerops.io as import services yml:
services:
- hostname: lifeline
type: go@1
ports:
- port: 1999
envVariables:
GOOGLE_JSON_CREDENTIALS: |-
<your-service-account-credentials-json-content>
SPREADSHEET_ID: <your-spreadsheet-id>
buildFromGit: https://github.com/tikinang/lifeline
enableSubdomainAccess: true
minContainers: 1
maxContainers: 1