A lightweight static web app for viewing NHL player stats, standings, and live scores. No build step required — just open index.html in a browser.
- Team Stats — Select any NHL team to view skater and goalie stats for the current season (goals, assists, points, +/-, save %, GAA, and more)
- Standings — Division standings with W/L/OTL, points, goal differential, and streaks
- Today's Scores — Live, final, and upcoming games with scores and game clocks
- Open
index.htmlin any modern browser - Use the tabs to switch between Team Stats, Standings, and Today's Scores
- In the Team Stats tab, select a team from the dropdown to load player stats
- Vanilla HTML/JS with Tailwind CSS v3 (play CDN)
- Uses the NHL Web API — no API key required
- Player stats fetched in parallel via
Promise.all - Season is derived dynamically from the current date