Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timcappalli/nhl-schedule-csv
NHL team schedule CSV generator
https://github.com/timcappalli/nhl-schedule-csv
boston-bruins csv nhl nhl-api
Last synced: about 1 month ago
JSON representation
NHL team schedule CSV generator
- Host: GitHub
- URL: https://github.com/timcappalli/nhl-schedule-csv
- Owner: timcappalli
- License: mit
- Created: 2024-08-15T01:15:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T13:45:37.000Z (4 months ago)
- Last Synced: 2024-09-05T17:43:17.128Z (4 months ago)
- Topics: boston-bruins, csv, nhl, nhl-api
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NHL Team Schedule CSV Generator
## Usage
1. Clone the repository
```bash
git clone [email protected]:timcappalli/nhl-schedule-csv.git
```2. Install dependencies
```bash
cd nhl-schedule-csv
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. Update the `TIMEZONE` variable with an [IANA time zone identifier](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) (ex: "America/New York")
6. Run the generator ( `node app.js` )
7. An CSV file will be generated in the working directory with the name "{TEAM}-{SEASON}.csv".