The Divine Office uses a 4-week psalter. Some simplified JSONs hardcode psalms, breaking on Solemnities. Test the JSON for a known feast (e.g., December 8 – Immaculate Conception).
async function fetchLiturgia(fecha = '2026-05-07') const response = await fetch(`https://example.github.io/liturgia-horas/data/$fecha.json`); if (!response.ok) throw new Error('Liturgia not found for this date'); const data = await response.json(); return data;
: Users can select specific dates to retrieve the corresponding liturgy.
The Divine Office uses a 4-week psalter. Some simplified JSONs hardcode psalms, breaking on Solemnities. Test the JSON for a known feast (e.g., December 8 – Immaculate Conception).
async function fetchLiturgia(fecha = '2026-05-07') const response = await fetch(`https://example.github.io/liturgia-horas/data/$fecha.json`); if (!response.ok) throw new Error('Liturgia not found for this date'); const data = await response.json(); return data;
: Users can select specific dates to retrieve the corresponding liturgy.
Coming soon
Coming soon
Have any feedback for us or want to know what's the upcoming feature ? That's great! Send us an email and we will get back to you as soon as possible!