README
Holidates
Get the holidays for a country using command line
Installing
Using npm:
npm install @azhro/holidates
Example
Get holidays for the current year
>$ holidates Belgium
Get holidays for a specific year
>$ holidates Iceland 1997
Get the holidays of your country in command line
<script type="module">
import azhroHolidates from 'https://cdn.skypack.dev/@azhro/holidates';
</script>
Get the holidays for a country using command line
Using npm:
npm install @azhro/holidates
Get holidays for the current year
>$ holidates Belgium
Get holidays for a specific year
>$ holidates Iceland 1997