Earlier 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?
Show HN: Faceoff – A terminal UI for following NHL games
31–40 of 56 posts
Re: Show HN: Faceoff – A terminal UI for following NHL games
#32Keeping upto date endpoints for sport scores is the most difficult challenge.
Re: Show HN: Faceoff – A terminal UI for following NHL games
#33> 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 :)
Having long ago built an app that does gamecasts for multiple sports, similar to what you get from ESPN, every sport is completely different. There's almost nothing that matches up, except for the very basic concept of a box score. Even play by play has enough differences to be vastly different
Re: Show HN: Faceoff – A terminal UI for following NHL games
#34Do the endpoints still work? https://api-web.nhle.com/v1 Keeping upto date endpoints for sport scores is the most difficult challenge.
Re: Show HN: Faceoff – A terminal UI for following NHL games
#35Re: Show HN: Faceoff – A terminal UI for following NHL games
#36Re: Show HN: Faceoff – A terminal UI for following NHL games
#37Re: Show HN: Faceoff – A terminal UI for following NHL games
#38Thanks for this - TUI is awesome.