This project is DEPRECATED, therefore might not be on par with my current coding standards and will not receive any updates now or in the future.
This repository includes the CLI frontend of my Pomodoro timer project pmdrtmr, which I build during my work placement at the KDO.
I generally try to minimize dependencies, but I'm a one man crew and can therefore only support Debian-based Linux distributions as I'm running one myself. Anyway, you need to have the following packages installed for everything to work properly:
- NodeJS as the development base. Install it via the installation guide.
First install the needed packages via npm install
. Then run the program via node .
.