Skip to content

dominikschreiber/countdown.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

countdown.js

countdown.js is a dead-simple command line egg-timer.

Install it with

npm install -g countdown.js

Use it with

countdown.js 15m

Output:

$ countdown.js 4s
INFO: Countdown ends at 09:24:51
[##########################################################################] 100%
INFO: Countdown has ended.

Available time strings to count down: args[0] is parsed by timestring, so anything like 1h 15m, 2 days 4 hours 3 minutes, 22s will work (see timestring package for detailed information).

Contributing

Reports: Feel free to open an Issue for any bug you encounter or any feature you'd like. I can't assert that I'll be on it asap, but I'll definitively have a look at it and do my best.

Pull Requests: Just fork the repo, implement your awesome stuff, and send me a pull request. I'll love to merge it.

License

Published under a MIT license. See LICENSE.

About

dead-simple command line egg-timer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published