Get liturgical information about a given day.
$ yarn add adventus
import { today } from 'adventus';
const liturgicalInfo = today(new Date(2024, 11, 25));
{
"date": "2024-12-25",
"season": "christmas",
"weekOfSeason": 1,
"dayOfSeason": 1,
"feasts": [
{
"name": "The Nativity of the Lord",
"rank": "solemnity"
}
]
}