// Display the Reading console.log(`Reading: $liturgyData.reading.source`);
A related project that compiles these texts (Oficio, Laudes, Vísperas) into a mobile-friendly format. Summary of Key Folders
liturgiadelashoras/liturgiadelashoras.github.io: Web Content Site
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later. liturgia de las horas.github.io json
Most of these projects are licensed under Open Source licenses (such as MIT). You are free to use the breviarium library or the API data in your own app, provided you comply with the specific license terms (usually requiring attribution).
: Includes the latest official Spanish translations (CEE).
For example, a JSON object for a specific day might look like this (based on common schemas found in projects like breviarium or calendarioLiturgico ): // Display the Reading console
A direct search for JSON files on liturgiadelashoras.github.io or its associated GitHub repository reveals that the site does not officially serve its data in JSON format. The repository is composed almost entirely of HTML and CSS files, along with some images and JavaScript. So, if you need the data in JSON, you have to build it yourself.
liturgiadelashoras/liturgiadelashoras.github.io: Web Content Site
"date": "2023-10-15", "liturgical_time": "Ordinary Time", "hour": "Vespers", "hymn": "title": "Hymnus ad Vesperas", "text": "Lucis Creator optime..." , "psalms": [ If you share with third parties, their policies apply
"meta": "fecha": "2026-04-13", "liturgia": "Feria de Pascua", "color": "blanco", "salterio_semana": 2, "temporal": "Tiempo Pascual" , "horas": [
Breviarium-app/breviarium--app: Open source Liturgy ... - GitHub
return ( <ScrollView> <Text style=styles.title>officeData.metadata.liturgical_day</Text> <Text style=styles.hymn>officeData.hymn.text</Text> officeData.psalmody.map((psalm, idx) => ( <View key=idx> <Text style=styles.antiphon>psalm.antiphon</Text> psalm.verses.map((verse, vIdx) => ( <Text key=vIdx style=styles.verse>verse</Text> )) </View> )) </ScrollView> ); ;
Error: Contact form not found.