Skip to content

Your own life timeline using Timeline.js and fetching data from Google Sheets.

Notifications You must be signed in to change notification settings

tikinang/lifeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lifeline

Create your own life timeline using Timeline.js and fetching data from Google Sheets.

How to run?

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

About

Your own life timeline using Timeline.js and fetching data from Google Sheets.

Topics

Resources

Stars

Watchers

Forks