Skip to content

evoluzione/pomdor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomdor

A Team shared timer ispired by the pomodoro tecnique

How to build

simply clone the repo

git clone git@github.com: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 make

et voilà.... have fun

Structure of a timer

{
    "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

About

A Team shared timer ispired by the pomodoro tecnique

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors