Navigation Menu

Skip to content

TakamiChie/timekeeper

 
 

Repository files navigation

Time Keeper

HTML5 and JavaScript based timer with notification chime for academic conference.

Screenshot

How to Use?

Access http://maruta.github.io/timekeeper/
or you can use local copy of this repository.

‼️ Be careful to turn off screen savers and automatic screen cut ‼️

How to Save the Settings?

All current settings are included in URL. Just use bookmark to preserve your settings.

When you are using Chrome and running local copy of Time Keeper, Chrome does not permit to update the URL due to a security reason. Time Keeper logo on left-top is the link to the URL with the current setting, and can be used to get the URL.

How to Customize Appearance?

  • Edit timekeeper/theme/default.css
  • By using class added to the body tag, the appearance can be changed according to the phase and state of the timer.
  • Theme can be specified via URL as
    http://maruta.github.io/timekeeper/#th=example
    In this case, timekeeper/theme/example.css will be loaded in place of default.css.

License

Timekeeper is open-sourced software licensed under The MIT License.

This repository contains codes from

About

HTML5 and JavaScript based timer with notification chime for academic conference

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 55.4%
  • CSS 25.8%
  • HTML 18.8%