Deprecated Project.
Simple demo to track your workload and visualize it on Respberry Pi.
I got a Pi from my friend and flush it with Arch Linux Arm. At the beginning, I just wanted to do some work from the CLI so no DE installed.
I initialized this project to simply collect data from Wakatime, LeetCode, and then visualize my daily workload in tty.
However, soon, for some reason, I gave up this solution and turned to Respbian. So this project is meaningless now and archived.
git clone https://github.com/AngelMsger/Hood.git
cd Hood
# option 1: for manual
# sudo systemctl start mongodb
# sudo systemctl start redis
export WAKATIME_USERNAME=...
export WAKATIME_SECRET_KEY=...
npm i && npm run build
node run start
# option 2: for docker
# customize docker-compose.yml
npm i && npm run build
docker-compose up -d
MIT.