A small office TV display that answers one practical question: is there a San Francisco Giants home game at Oracle Park today, and when is the estimated traffic and parking crunch?
- Fetches the San Francisco Giants schedule from the public MLB Stats API.
- Shows a seven-day home-game forecast.
- Estimates a no-go traffic window around first pitch.
- Runs as a static page plus a Vercel serverless function.
.
├── api/
│ └── giants.js
├── index.html
└── package.json
Install the Vercel CLI, then run:
npm run devThe app does not require environment variables.
npm run deployMIT