Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 535 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 535 Bytes

NHL Team Schedule ICS Generator

Usage

  1. Clone the repository
git clone [email protected]: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".