Streaks App

A few months ago I started on Streaks.sh, a method of keeping track of, and compounding progress over time. I wanted to be able to push results publicly for some pressure (even if nobody else was viewing it).

One afternoon of work later and https://streaks.sh is live. With my current progress at https://streaks.sh/paimoe.

Data is pushed manually using $ streak push which then writes a .json file on the server. This is read by the lightweight Sanic webserver to display the page.