AngelMsger / Hood

[Deprecated Project.] Simple demo to track your workload and visualize it on Respberry Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hood

Overview

Deprecated Project.

Simple demo to track your workload and visualize it on Respberry Pi.

Description

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.

Deploy

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

License

MIT.

About

[Deprecated Project.] Simple demo to track your workload and visualize it on Respberry Pi.

License:MIT License


Languages

Language:TypeScript 99.0%Language:Dockerfile 0.7%Language:Makefile 0.3%