laplazadev-holidays
v1.3.0
Published
A Matrix-inspired CLI tool to display holidays for different countries
Downloads
10
Maintainers
Readme
LaPlazaDev Matrix Holidays
A Matrix-inspired CLI tool to display holidays for different countries.
Installation
You can install this package globally using npm:
npm install -g laplazadev-holidays
or use npx
npx laplazadev-holidays
Usage
To display holidays for a specific country and year, run:
npx laplazadev-holidays [COUNTRY_CODE] [YEAR]
COUNTRY_CODE
: A two-letter country code (e.g., US, CA, UK). Default is CA (Canada).YEAR
: A four-digit year. Default is the current year.
Features
- Displays holidays for a specified country and year
- Matrix-inspired ASCII art and color scheme
- Typewriter effect for a dynamic, cyberpunk feel
Dependencies
- axios: For making HTTP requests to the holiday API
- chalk: For adding colors to the console output
- date-fns: For date formatting
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License.
Author
Thecap
Issues
If you encounter any problems or have suggestions, please file an issue on the GitHub repository.