0.2.0 • Published 5 years ago

doneapp v0.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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

VariableDescription
DATABASE_URLfirestore database url
SERVICE_ACCOUNT_FILElocation of service account json file
COLLECTION_NAMEfirebase collection name

TODO

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