Nice! I was thinking about doing something like this but for cycling, however one of the biggest PIA about building products for sports is all the gating of data. Does the NHL really provide an API for all games? That's nice...
Show HN: Faceoff – A terminal UI for following NHL games
21–30 of 56 posts
Re: Show HN: Faceoff – A terminal UI for following NHL games
#22Earlier quoted context omitted.
Yeah, I completely agree. It's awesome to be able to build anything you want (as long as it's not too complex). I, too, have at least a dozen, and I usually don't share, but with the playoffs starting, I felt others could enjoy this one.
Same — similar pile accumulating, and GitHub has fallen way behind. I keep going back and forth on whether a monorepo is the right answer or if it'd just make the sprawl more legible without actually helping. How are you organizing yours?
Re: Show HN: Faceoff – A terminal UI for following NHL games
#23Re: Show HN: Faceoff – A terminal UI for following NHL games
#24Nice! In practice, how far behind the TV broadcast does it end up being?
Not too much, but it’s using a Rest API, so it also depends on the refresh rate (default 30 seconds, configurable with cli argument).
Re: Show HN: Faceoff – A terminal UI for following NHL games
#25This reminds me of that f1 tui… https://github.com/JustAman62/undercut-f1 or https://github.com/IAmTomShaw/f1-race-replay. The one I’m thinking of syncs with kodi for delayed playback “live” stats.
Re: Show HN: Faceoff – A terminal UI for following NHL games
#26Re: Show HN: Faceoff – A terminal UI for following NHL games
#27Nice! I was thinking about doing something like this but for cycling, however one of the biggest PIA about building products for sports is all the gating of data. Does the NHL really provide an API for all games? That's nice...
Re: Show HN: Faceoff – A terminal UI for following NHL games
#28nIce! Does it have player in-game stats like TOI and +/-? This reminds me of that f1 tui… https://github.com/JustAman62/undercut-f1 or https://github.com/IAmTomShaw/f1-race-replay . The one I’m thinking of syncs with kodi for delayed playback “live” stats.
Re: Show HN: Faceoff – A terminal UI for following NHL games
#29> Acknowledgments - This project was inspired by Playball, a similar terminal application for following MLB baseball games. Should've gone for something generalized that could handle a bunch of different games, instead of just another sport, so someone caring about multiple sports don't need multiple TUIs :)
Re: Show HN: Faceoff – A terminal UI for following NHL games
#30Link to the API Client is incorrect at the bottom: https://github.com/nhl-stats-api-client instead of https://github.com/liahimratman/nhl-api-client