https://github.com/hnthap/daily-rosary-mystery
Daily mystery of the Holy Rosary for busy people to pray a decade at least.
https://github.com/hnthap/daily-rosary-mystery
catholic daily-prayer prayer prayers rosary
Last synced: 2 months ago
JSON representation
Daily mystery of the Holy Rosary for busy people to pray a decade at least.
- Host: GitHub
- URL: https://github.com/hnthap/daily-rosary-mystery
- Owner: hnthap
- Created: 2024-04-01T09:46:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T10:10:13.000Z (about 1 year ago)
- Last Synced: 2025-02-03T14:42:39.279Z (4 months ago)
- Topics: catholic, daily-prayer, prayer, prayers, rosary
- Language: PowerShell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daily Mystery of the Holy Rosary
## How to Pray the Rosary
*See more: [The Mysteries of the Rosary (vatican.va)](https://www.vatican.va/special/rosary/documents/misteri_en.html)*
## Usage
PowerShell:
```{PowerShell}
# Get today's mystery
./main.ps1# Get today's mystery in silent mode
./main.ps1 -Silent $True# Get the mystery of December 31, 2000
./main.ps1 -Date "2000-12-31"# Get the mystery of December 31, 2000 in silent mode
./main.ps1 -Date "2000-12-31" -Silent $True
```If success, the mystery of the day will be saved as a JSON file in the `out` folder of this directory. The JSON file's fields are:
| Field | Notes | Example |
| --- | --- | --- |
| series_en | Name of the series in English | Glorious Mysteries |
| series_vi | Name of the series in Vietnamese | Năm sự Mừng |
| mystery_no | The ordinal number of the mystery | 3 |
| bible_verses | Corresponding Bible verse(s) for the mystery | Acts 2:1-4 |
| name_en | Mystery's name in English | The descent of the Holy Spirit |
| name_vi | Mystery's name in Vietnamese | Đức Chúa Thánh Thần hiện xuống |
| prayer_vi | Additional prayer in Vietnamese | Ta hãy xin cho được lòng đầy rẫy mọi ơn Đức Chúa Thánh Thần |
| date | Date in `yyyy-MM-dd` format | 2000-12-31 |## Sources
| Language | URL |
| --- | --- |
| English | https://www.vatican.va/special/rosary/documents/misteri_en.html |
| Vietnamese | https://www.tonggiaophanhanoi.org/phan-thu-ba-ngam-cac-phep-lan-hat/ |## License
The prayers and their translations are in public domain.
Those PowerShell scripts of mine are licensed under [CC0 1.0 Deed](https://creativecommons.org/publicdomain/zero/1.0/) by me, the author.