Browse Roman Catholic liturgical calendar through a web interface or obtain it's data in JSON format through an API.
Powered by calendarium-romanum and grape.
Church Calendar API is a more or less RESTful read-only JSON API.
API documentation with URI examples and live links to API endpoints: http://calapi.inadiutorium.cz/api-doc
$ bundle install
$ rackup
The application works as is, you only need to create a new application in your Heroku dashboard and push the code.
Typical reasons for running your own instance include:
This repository includes a dockerfile
and a docker-compose.yml
. You can run your own instance by running the following command from inside this folder:
$ docker-compose up -d --build
$ rake test
In order to add a new calendar:
data
directoryconfig/calendars.yml
GNU/LGPL 3 or later