3tty0n / timekeeper

HTML5 and JavaScript-based timer with notification chime for an academic conference

Home Page:http://www.yuiza.org/timekeeper/#t1=07:00&t2=08:00&t3=08:30&m=Click%20to%20edit%20this%20message.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time Keeper

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

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.

Use with OBS Studio via browser source

  • When Time Keeper is imported into OBS Studio via a browser source, it is possible to link scene switching with timer operation.
  • When you switch to a scene that contains the magic keywords :standby, :start, and :pause in the scene name, the corresponding button will be pressed.
obs-timekeeper.mp4

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 an academic conference

http://www.yuiza.org/timekeeper/#t1=07:00&t2=08:00&t3=08:30&m=Click%20to%20edit%20this%20message.

License:MIT License


Languages

Language:JavaScript 54.0%Language:CSS 26.2%Language:HTML 19.8%