Skip to content

Instantly share code, notes, and snippets.

@mdboop
Created January 22, 2026 04:36
Show Gist options
  • Select an option

  • Save mdboop/c32283b2cb8b7145bb0ef87338dcc045 to your computer and use it in GitHub Desktop.

Select an option

Save mdboop/c32283b2cb8b7145bb0ef87338dcc045 to your computer and use it in GitHub Desktop.

technical design

sequenceDiagram

participant nfl-api
participant pfl
participant google-sheets

pfl->>nfl-api: GET /scores request
nfl-api->>pfl: GET /scores response
pfl->>google-sheets: update score data

pfl->>nfl-api: GET /stats request
nfl-api->>pfl: GET /stats response
pfl->>google-sheets: update score data

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment