Commit graph

9 commits

Author SHA1 Message Date
Chandler Swift 9100cd6ced
Flip teams to format <away>@<home>
Checking the first ten or so results, the ESPN API always seems to
return them in this order. If that ever stops being the case, we can
always check if `competitors[0]` is home or away, but that appears to be
unnecessary at this point.

Requested-By: Eric Villnow
Fixes: #2
2025-01-15 22:17:10 -06:00
Chandler Swift 4f27723920
Reduce golang compiler version requirement 1.23.4 -> 1.23.0 2025-01-14 18:00:55 -06:00
Chandler Swift fa914a1266
Add .gitignore 2025-01-14 01:33:49 -06:00
Chandler Swift ac156d4ba5
Add support for other leagues 2025-01-14 01:33:16 -06:00
Chandler Swift 048c2eee65
Add basic calendar functionality 2025-01-14 00:47:10 -06:00
Chandler Swift 45a7e5d296
Show recent/upcoming NHL games from ESPN 2025-01-13 23:19:37 -06:00
Chandler Swift 3e5521501a
Add LICENSE 2025-01-13 22:54:59 -06:00
Chandler Swift b5a29f1f54
Initial working prototype 2025-01-13 22:50:12 -06:00
Chandler Swift 46a865b97c
Initial commit 2025-01-13 19:21:10 -06:00