ameer-countdown-timer
v1.0.0
Published
This simple Node.js application allows you to set a countdown timer and displays the remaining time in days, hours, minutes, and seconds.
Downloads
1
Readme
Countdown Timer
This simple Node.js application allows you to set a countdown timer and displays the remaining time in days, hours, minutes, and seconds.
Installation
- Clone this repository.
- Navigate to the project directory.
- Install dependencies:
npm install
Usage
- Run the application in your terminal:
npx ameer-countdown-timer
- Follow the prompts to enter the desired date and time for the timer.
- The countdown will start automatically.
- Press Ctrl + C to stop the timer.
Features
- User-friendly command-line interface
- Clear instructions for setting the timer
- Visual countdown display with days, hours, minutes, and seconds
- Expiration message when the timer ends
- Spinner animation while starting the timer
Built With
- Node.js
- Inquirer (for user prompts)
- Chalk (for console styling)
- Nanospinner (for loading spinner)
- Node-banner (for welcome banner)
Contributing
Feel free to open issues or pull requests to contribute to this project.