Update a pinned gist to contain your favourite NBA team's stats and logo
πβ¨ For more pinned-gist projects like this one, check out: awesome-pinned-gists
West Conference Β· Pacific Division
π 2025-2026 Record: 57W - 35L (62.0%) Β Β Β βββββββββββββββββββββββββ
π Recent Games:
β L 110-115 vs OKC (May 10)
β L 108-131 vs OKC (May 8)
β L 107-125 @ OKC (May 6)
β L 90-108 @ OKC (May 4)
β
W 98-78 @ HOU (Apr 30)
- Create a new public GitHub Gist at gist.github.com β give it any filename/content.
- Create a GitHub token with the
gistscope: github.com/settings/tokens/new
- Fork this repo
- Go to repo Settings β Secrets and variables β Actions
- Add these secrets:
| Secret | Description |
|---|---|
GIST_ID |
The ID from your gist URL (e.g., 6d5f84419863089a167387da62dd7081) |
GH_TOKEN |
GitHub token with gist scope |
NBA_TEAM |
Team abbreviation (see table below) |
cp sample.env .env
# Fill in your values in .env
npm install
npm startTeam data powered by ESPN's public APIs (no API key required).
Team logos available at: https://cdn.nba.com/logos/nba/{team_id}/global/L/logo.svg
MIT
