Customized dashboard which:
More details are included in my article
Most important commands are in Makefile
. So in order to start a development environment you only need to type:
make up
I create a static html page by using:
make build
This creates a dist
folder that can be used as a static page. I use github
pages to publish the html at this
page and I use github actions
to update the data.
python
token.json
. If you want to name it different, you have to change the name in analytics.py
file.