1.3.0 • Published 3 years ago

work-timer v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

work-timer

This node module sets a timer in the terminal based on user input, and the user can start or stop the timer by pressing the space bar. The number of minutes can be set by the user.

Documentation

Call Timer by requiring the module and setting it to a variable. Then set the number of minutes as the parameter.

const { callTimer } = require('work-timer');

callTimer(1); //Starts the work timer for one minute.

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago