Skip to content
/ doneapp Public

Done app is a cli application to record tasks done during the day and show summary for next day standup

Notifications You must be signed in to change notification settings

orasik/doneapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Done App

Personal project to track the tasks I finish during the day and save them to Firestore.

The idea is I can use the tool anywhere whether at work or from home using CLI and being able to list the tasks I've done on any particular day.

Install

npm install -g doneapp

Requirements

You need a firebase account and then a firestore database.

Once you signup, you need to create the firestore database and download your service account file.

Env variables

Variable Description
DATABASE_URL firestore database url
SERVICE_ACCOUNT_FILE location of service account json file
COLLECTION_NAME firebase collection name

TODO

  • Add images on how to signup to firebase and download the service account file.

About

Done app is a cli application to record tasks done during the day and show summary for next day standup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published