Files
holybar/README.md
T
2026-04-17 15:38:30 +02:00

11 lines
343 B
Markdown

# ✝️ holybar
Simple menu bar app to show the daily readings from the Bible. It uses the [United States Conference of Catholic Bishops](https://bible.usccb.org/) as the source and the Roman Calendar (romcal) package to determine the liturgical color.
## Usage
```bash
# Install dependencies
npm install
# Run the application
npm start
```