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).
.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.
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));
Coming soon!Coming soon!Do you want to list your project here? contact me here to add your own project now.
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