Liturgia De Las Horas.github.io Json !exclusive! Instant
Based on your search query, it looks like you are looking for the GitHub repository or the data source (JSON) behind the website "Liturgia de las Horas" (Liturgia de las Horas.github.io).
Here is the information regarding that project and its JSON files: liturgia de las horas.github.io json
What is the "Liturgia de las Horas"?
The Liturgia de las Horas (Liturgy of the Hours) is the public prayer of the Catholic Church intended to mark the hours of the day and sanctify the day with prayer. It consists of psalms, hymns, readings, and prayers recited at specific times (Matins, Lauds, Terce, Sext, None, Vespers, and Compline). Based on your search query, it looks like
Because the content changes daily based on the liturgical calendar and involves complex logic regarding psalm rotations, saints' feasts, and seasons, digitizing it is a significant programming challenge. Metadata: liturgical season
2. The JSON Data
Developers often look for the JSON files to use the liturgy data in their own applications (apps, bots, widgets). In this specific project, the data is often separated into specific folders or files.
- Data Format: The liturgy (Psalms, Readings, Intercessions) is typically stored in JSON format to be dynamically loaded by the JavaScript frontend.
- Location: Look inside the repository for a folder named
/data,/json, or/docs. - Structure: A typical structure for these JSON files looks like this:
"fecha": "2023-10-01", "liturgia": "oficio": "himno": "...", "salmodia": [ "salmo": "Salmo 1", "texto": "..." ], "lectura": "..." , "laudes": ... , "visperas": ...
2.1 JSON data structure support
- Load daily office from one or more JSON files:
oficio.json– main structure (date, season, liturgical color)horas.json– array of hours (Laudes, Tercia, Sexta, Nona, Vísperas, Completas)
- Each hour contains:
nombre: "Laudes"himno,salmos,lectura_corta,responsorio,canticum_evangelii,preces,oracion
- Metadata: liturgical season, semana del salterio, memorial/fiesta
