1.0.3 • Published 11 months ago

check-jewish-shabbos-and-yom-tov v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Check Jewish Shabbos and Yom Tov

This project helps determine whether a given date is a Jewish Shabbos (Sabbath) or Yom Tov (Jewish holiday).

Installation

  1. Clone the repository:
    npm i check-jewish-shabbos-and-yom-tov
    or
    git clone https://github.com/ivrtop770/check-jewish-shabbos-and-yom-tov.git
  2. Navigate to the project directory:
    cd check-jewish-shabbos-and-yom-tov
  3. Install the required dependencies:
    npm install

Usage

To check if a date is Shabbos or Yom Tov, run the following command:

const checkJewishShabbosAndYomTov = require('check-jewish-shabbos-and-yom-tov');

console.log(checkJewishShabbosAndYomTov(new Date("2024-10-16"))); // true becose is sukkut

//or 

console.log(checkJewishShabbosAndYomTov()); // for current day - true or false
1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago