Javascript Daily Learning Schedules
Supports several learning schedules
dafYomi
mishnaYomi
nachYomi
tanakhYomi
psalms
yerushalmi-vilna
yerushalmi-schottenstein
rambam1
chofetzChaim
shemiratHaLashon
dafWeekly
dafWeeklySunday
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'));