New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@rasamizafy/holidate

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rasamizafy/holidate

Loading ReadMe... ## What is it ? holidates is a tool I created during my training in web development at BeCode Liège, Belgium. It will allow you to display a list of holidays of the current year for the country name you will enter.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

node-js-cli

Loading ReadMe...

What is it ?

holidates is a tool I created during my training in web development at BeCode Liège, Belgium. It will allow you to display a list of holidays of the current year for the country name you will enter.

How it works ?

  • You enter the name of a country in english.
  • it checks with the country-list package that the country name entered is correct and supported by the API.
  • converts the country name into its country code,
  • makes an HTTP request to the API of the nager.date service.
  • retrieves the holidays data of the chosen country,
  • transform the data into a readable and understandable list (date : holiday)

How to install it ?

You can install it using npm :

npm install @rasamizafy/holidates

Version

1.0.2

Dependance

  • axios
  • country-list

FAQs

Package last updated on 08 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts