Skip to content

rosstopherkeen/Clock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clock

Clock is a small widget displaying decimal time with automatic reminders to stand, drink and rest your hands.

Beats

The clock has two groups of 3 digits, called the beat and the pulse. For example, Noon is 500:000, 6AM is 250:000 and 6PM is 750:000. In the decimal format, the shortest pulse equals to 8.64 milliseconds, the second shortest 86.4 and so on.

1 beat, or 1000 pulses is equivalent to 86.4 seconds, or about 1m44s. This app includes a Pomodoro timer to do a singular focused work lasting 30 beats, or 25.92 minutes.

1 beat = 86.4 seconds
1 second = 1.157 beats

Preview

Build

Install npm, download dependencies and start Clock with:

~~ ~~npm install~~ ~~npm run build_osx~~ ~~

Install with this:

~~ ~~cd Clock/desktop~~ ~~go to package.json and change electron-packager to "^12.1.0"~~ ~~

Now, in Clock/desktop run Install npm, download dependencies and start Clock with:

npm install
npm run build_osx

Extras

  • Support this project through Patreon.
  • See the License file for license rights and limitations (MIT).
  • See the License file for license rights and limitations (MIT).

About

Decimal Clock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 82.3%
  • CSS 10.6%
  • HTML 7.1%