Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@hebcal/learning

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hebcal/learning

Daily learning schedules: Daf Yomi, Mishna Yomi, etc

latest
Source
npmnpm
Version
6.4.4
Version published
Weekly downloads
126
-94.52%
Maintainers
1
Weekly downloads
 
Created
Source

@hebcal/learning

Javascript Daily Learning Schedules

Build Status

This package provides multiple daily learning schedules used by the DailyLearning API provided by @hebcal/core

Learning Schedules

Talmud and Mishna

Daf Yomi

Daily regimen of learning the Babylonian Talmud. This cycle takes approximately 7½ years to complete.

  • Daily - dafYomi
  • Daf-a-Week, a page of Babylonian Talmud a week - dafWeekly
  • Daf-a-Week, only on Sundays - dafWeeklySunday

Mishna Yomi

  • Two mishnayot each day - mishnaYomi
  • Perek Yomi (one chapter per day) - perekYomi

Yerushalmi Yomi (Jerusalem Talmud)

  • Vilna edition - yerushalmi-vilna
  • Schottenstein edition - yerushalmi-schottenstein

Tanakh

Nach Yomi - nachYomi

daily regimen of learning the books of Nevi'im (Prophets) and Ketuvim (Writings)

Tanakh Yomi - tanakhYomi

learning cycle for completing Tanakh annually. On Shabbat, each Torah portion is recited. On weekdays, Prophets and Writings are recited according to the ancient Masoretic division of sedarim. This cycle is completed each year

Psalms / Tehillim (30 day cycle) - psalms

Daily study of a few chapters from the 150-chapter book of Psalms (Tehillim). The entire book is completed on the final day of each Hebrew month. On months with 29 days, the 30th portion is combined with the 29th portion

Halacha

Daily Rambam

Maimonides’ Mishneh Torah legal code

  • 1 chapter a day cycle - rambam1
  • 3 chapters a day cycle - rambam3

Sefer Hamitzvos - seferHaMitzvot

Daily Mitzvah (Rambam)

Arukh HaShulchan Yomi - arukhHaShulchanYomi

Daily study of the Arukh HaShulchan Yomi, a work of halacha written by Yechiel Michel Epstein. The work attempts to be a clear, organized summary of the sources for each chapter of the Shulchan Arukh and its commentaries, with special emphasis on the positions of the Jerusalem Talmud and Maimonides

Kitzur Shulchan Aruch Yomi - kitzurShulchanAruch

Summary of the Shulchan Aruch of Rabbi Yosef Karo, authored by Rabbi Shlomo Ganzfried in 1864.

Ethics

Sefer Chofetz Chaim - chofetzChaim

deals with the Jewish ethics and laws of speech

Sefer Shemirat HaLashon - shemiratHaLashon

Pirkei Avot - pirkeiAvotSummer

“Ethics of the Fathers”, studied one chapter on each Shabbat of the summer between Passover and Rosh Hashanah

Installation

$ npm install @hebcal/learning

Synopsis

import {HDate, DailyLearning} from '@hebcal/core';
import '@hebcal/learning';

const dt = new Date();
const hd = new HDate(dt);
const ev = DailyLearning.lookup('dafYomi', hd);
console.log(dt.toLocaleDateString(), hd.toString(), ev.render('en'));

API Documentation

FAQs

Package last updated on 03 Aug 2025

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