@arti-art/holidates
v1.0.4
Published
Node JS exercice 01 for BeCode
Downloads
5
Readme
HOLY DATES Command Line Tool
About
This is an exercice on Node.js for BeCode training in web development.
The goal was to create a tool to get the holidays of the current year for the given country.
Install with npm
(You might need to use sudo on linux)
npm install @arti-art/holidates -g
Usage
Use the command holidays_for
followed by a country (mandatory) and a year (optional, default is current year) :
holidays_for Belgium [2019]
This tool will verify that the parameter is a well-formatted country name, transform it into a two-letters country code, then perform an HTTP request to the API of the nager.date service to get the holidays for the chosen country and year.
The results, which take the form of a list of holidays dates for the year selected, is showed in a readable way in the terminal.
Uninstall
npm uninstall -g @arti-art/holidates
Versioning
- ...
- Version 1.0.4: minor corrections
- Version 1.0.0: launch of the module