Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timcappalli/nhl-schedule-ics
- Owner: timcappalli
- License: mit
- Created: 2024-08-14T11:52:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T00:41:58.000Z (5 months ago)
- Last Synced: 2024-08-15T15:24:50.221Z (5 months ago)
- Topics: boston-bruins, nhl, nhl-api, nhl-schedule
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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".