Liturgical Date Checker

Category:Projects | Posted on:May 29, 2024
catholic liturgical calendar

A simple tool for checking Holy days. Uses the Liturgical Calendar API

Installation

Clone the repository
git clone https://github.com/K8215/catholic-liturgical-date-checker.git
Navigate to the project directory
cd catholic-liturgical-date-checker
Install dependencies
npm install

Usage

Run the development server
npm run dev

Known Bugs

This project does not work on the server due to content mixed content error. The API host is http, rather than https. Works on my machine. ¯\_(ツ)_/¯