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();

Readme

Keywords

none

Package Sidebar

Install

npm i js-clock

Weekly Downloads

1

Version

0.1.0

License

ISC

Last publish

Collaborators

  • darlanalves