countdown.js

0.0.6 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i countdown.js

Weekly Downloads

8

Version

0.0.6

License

MIT

Last publish

Collaborators

  • dominikschreiber