Skip to content
forked from evoluzione/pomdor

A Team shared timer ispired by the pomodoro tecnique

License

Notifications You must be signed in to change notification settings

mmestucci/pomdor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomdor

A Team shared timer ispired by the pomodoro tecnique

How to build

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

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

Packages

No packages published

Languages

  • JavaScript 67.1%
  • CSS 20.3%
  • HTML 12.6%