Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 396 Bytes

README.jsdoc.md

File metadata and controls

5 lines (3 loc) · 396 Bytes

Clock module

A simple JavaScript module for generating countdown timers or clocks. Check out demo.html for a brief demo of creating a simple clock in the browser and demo.js for a demo of using this in Node.js.

The demo-debug.html file shows how to use the clock-debug module to debug a clock by adjusting the current time, making testing various scenarios easy.