js-clock

0.1.0 • Public • Published

A human-readable timer

var clock = new Clock();
 
clock.setInterval('1h 10m 15s 300ms');
clock.setTicker(function() {
    // ...
});
 
clock.start();
 
// stops the ticker
clock.stop();

/js-clock/

    Package Sidebar

    Install

    npm i js-clock

    Weekly Downloads

    0

    Version

    0.1.0

    License

    ISC

    Last publish

    Collaborators

    • darlanalves