/nhl-schedule-ics

NHL team schedule ICS generator

Primary LanguageJavaScriptMIT LicenseMIT

NHL Team Schedule ICS Generator

Usage

  1. Clone the repository
git clone git@github.com:timcappalli/nhl-schedule-ics.git
  1. Install dependencies
cd nhl-schedule-ics
npm install
  1. Update the TEAM variable with your team's short code (e.g. "BOS" for Boston Bruins)

  2. Update the SEASON variable with the season identifier (ex: "20242025" for 2024-2025 season)

  3. Run the generator ( node app.js )

  4. An .ics file will be generated in the working directory with the name "{TEAM}-{SEASON}.ics".