Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timcappalli/nhl-schedule-ics

NHL team schedule ICS generator
https://github.com/timcappalli/nhl-schedule-ics

boston-bruins nhl nhl-api nhl-schedule

Last synced: about 1 month ago
JSON representation

NHL team schedule ICS generator

Awesome Lists containing this project

README

        

# NHL Team Schedule ICS Generator

## Usage

1. Clone the repository

```bash
git clone [email protected]:timcappalli/nhl-schedule-ics.git
```

2. Install dependencies

```bash
cd nhl-schedule-ics
npm install
```

3. Update the `TEAM` variable with your team's short code (e.g. "BOS" for Boston Bruins)

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

5. Run the generator ( `node app.js` )

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