A Team shared timer ispired by the pomodoro tecnique
simply clone the repo
git clone [email protected]:evoluzione/pomdor.git
cd pomdor
npm install
edit the timer.json inside src
cd src
vim timers.json
and then build your shared timer
npm run start
et voilà.... have fun
{
"name": "C1",
"type": "pause",
"start": "10:10:00",
"end": "10:15:00"
},
the field names are quite explanatory
name: the name showed by the tooltip
type: the type currently we support "work" and "pause"
start: the start time
end: the end time