See more: The Mysteries of the Rosary (vatican.va)
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 |
| 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/ |
The prayers and their translations are in public domain.
Those PowerShell scripts of mine are licensed under CC0 1.0 Deed by me, the author.