UNPKG

@laverdure77/holidates

Version:

First project / gives holiday dates for a given country and Year.

31 lines (16 loc) 850 B
# Holidates First npm / node.js project CLI project to display the holidays for a given country and Year. ## Installation Run the following command line in the terminal: npm install -g @laverdure77/holidates ## Usage type holidates followed by a country name in english and (optional) a desired year (default will be current year) to return the holidays dates for the selected country and date. Exemple: holidates belgium 2025 // returns holidays names and dates for belgium for year 2025. holidates italy // returns holidays names and dates for italy current year. incorrect input will display an error message and help. ## Screen capture ![Alt text](https://github.com/Laverdure77/Holidates/blob/main/HolidatesScreenShot.JPG?raw=true),