Skip to content

liturgical-app/calendar-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

main

Calendar Api

Calendar Example

Explanation

  • 🗓 Get Liturgical information for a given date
  • ℹ️ More info?

Run Locally

  • 🔧 pip install -r src/app/requirements.txt
  • 🚀 make start

Pull image

docker pull ghcr.io/liturgical-app/calendar-api:latest
  • Stable releases are built as image tags, e.g. 1.0.0
  • The latest tag points to the latest stable release
  • The edge tag is built from the latest commit to main