Javascript Daily Learning Schedules
Supports several learning schedules
- Daf Yomi (Babylonian Talmud / Bavli) -
dafYomi
- Mishna Yomi -
mishnaYomi
- Nach Yomi -
nachYomi
- Tanakh Yomi -
tanakhYomi
- Psalms / Tehillim (30 day cycle) -
psalms
- Yerushalmi Yomi (Jerusalem Talmud)
- Vilna edition -
yerushalmi-vilna
- Schottenstein edition -
yerushalmi-schottenstein
- Vilna edition -
- Daily Rambam (Mishneh Torah)
- 1 chapter a day cycle -
rambam1
- 3 chapters a day cycle -
rambam3
- 1 chapter a day cycle -
- Chofetz Chaim -
chofetzChaim
- Sefer Shemirat HaLashon -
shemiratHaLashon
- Daf-a-Week
- Daily -
dafWeekly
- Sundays only -
dafWeeklySunday
- Daily -
- Pirkei Avot studied on Shabbat between Pesach and Rosh Hashana -
pirkeiAvotSummer
$ npm install @hebcal/learning
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'));