Streak tracking with Google Sheets. Work in progress.
I made this mostly for myself, but maybe you find it useful too. The idea is simple - decide what you want to do, and don't loose your streak!
Here is my "Read 30+ minutes" streak:
Every colored dot here is a day when I read at least 30 minutes.
The data is stored directly to your Google Drive. You have full control over spreadsheet. This website provides a nice user interface to enter records:
Make sure you have at least node 4.0.0
and npm 3.0.0
.
Install dependencies:
$ npm install
Run dev server
$ npm run dev
See other runnable scripts in package.json.