Catholic Prayers and Devotions:
Christian prayers, Devotions, and audios.
A web service for developers.
I am primarily maintaining this repository for my use cases.
(A fork is a copy of a repository).
- Fork the repository in your account Click here
- Clone your repository to make a local copy
- Use your data (
.json
,.jpg
,.png
, and.mp3
)
Note: Your URL will be https://your-username.github.io/openPrayers
Direct link of the file with extension .json
, .jpg
, .png
, and .mp3
https://github.com/your-username/your-repo/blob/main/your-file-name?raw=true
or
https://raw.githubusercontent.com/your-username/your-repo/main/your-file-name
The API style has several endpoints to assist developers. Note that all the endpoints return JSON and are available over https. This API takes no inputs.
- Basic Prayers ./basic_prayers.json
- Rosary Prayer Calendar 2022 ./dailyrosary_2022.json
- Rosary Prayer 7-day Audios ./rosary_day.json
- The Stations of the Cross ./stations_of_the_cross.json
- Saints of the Roman Calendar ./saints-en.json
- Saints of the Roman Calendar (French) ./saints-fr.json
I preferred javascript(Fetch) but you can use PHP, Python, Java, etc
var requestOptions = {
method: 'GET',
redirect: 'follow'
};
fetch("myURL", requestOptions)
.then(result => console.log(result))
.catch(error => console.log('error', error));
- The verse of the day
Coming soon!
- Divine Mercy Novena
Coming soon!
Do you want to list your project here? contact me here to add your own project now.
- Daily Rosary Prayer: https://dailyrosary.cf/
- Daily Audio Catholic mass reading: https://dailyaudio.cf/
- The Radical Christian: https://theradicalchristian.vercel.app/
Any problem? Please report it: all bugs, feature requests, pull requests, feedback, etc., are welcome!
First search for existing and closed issues.
If your problem or idea is not addressed yet, please open a new issue.
If you have questions: erickouassi.com/contact
If you want any help setting your rosary web app for yourself, group or church, I’d love to help! contact me here.
If this project help you reduce time to develop, please consider buying me a coffee :)
Note: I am occasionally updating the code.
Happy Coding