- Clone the repository
git clone git@github.com:timcappalli/nhl-schedule-ics.git
- Install dependencies
cd nhl-schedule-ics
npm install
-
Update the
TEAM
variable with your team's short code (e.g. "BOS" for Boston Bruins) -
Update the
SEASON
variable with the season identifier (ex: "20242025" for 2024-2025 season) -
Run the generator (
node app.js
) -
An .ics file will be generated in the working directory with the name "{TEAM}-{SEASON}.ics".