Live data from Hacker News

NBA GO – Watch NBA in Your Terminal

github.com

11–20 of 116 posts

Re: NBA GO – Watch NBA in Your Terminal

#11
post #8
post #3

Earlier quoted context omitted.

I'm never going to use this as I don't want to install node just to run command line utilities, but I really like the way the interface is presented.

This is a good point. Just out of curiosity I decided to check it out - it has 905 dependencies totaling 136M on top of the runtime, that seems like a bit of a stretch for something seemingly simple.

I'd be curious what that could be shaken down to with pkg and have it distributed as a single blob

edit: the answer with pkg and node bundled is 64MB and about edit: 2.4MB rolled up with the bugs fixed

Re: NBA GO – Watch NBA in Your Terminal

#12
Fun project idea: implementation of the stats.nba.com API which provides simulated, or fantasy games.

Two use cases:

1. Why wait for the actual NBA games? Instead, follow a simulated league that “plays” as many games as you want to consume (but the games are played at real world speed).

2. You, and your friends, are the managers! Follow along as the results of your management decisions are played out.

Re: NBA GO – Watch NBA in Your Terminal

#13
post #12

Fun project idea: implementation of the stats.nba.com API which provides simulated, or fantasy games. Two use cases: 1. Why wait for the actual NBA games? Instead, follow a simulated league that “plays” as many games as you want to consume (but the games are played at real world speed). 2. You, and your friends, are the managers! Follow along as the results of your management decisions are played out.

Like Football Manager?

Re: NBA GO – Watch NBA in Your Terminal

#14
post #12

Fun project idea: implementation of the stats.nba.com API which provides simulated, or fantasy games. Two use cases: 1. Why wait for the actual NBA games? Instead, follow a simulated league that “plays” as many games as you want to consume (but the games are played at real world speed). 2. You, and your friends, are the managers! Follow along as the results of your management decisions are played out.

Like Football Manager?

Or GM mode from NBA2k.

Re: NBA GO – Watch NBA in Your Terminal

#15
post #12

Fun project idea: implementation of the stats.nba.com API which provides simulated, or fantasy games. Two use cases: 1. Why wait for the actual NBA games? Instead, follow a simulated league that “plays” as many games as you want to consume (but the games are played at real world speed). 2. You, and your friends, are the managers! Follow along as the results of your management decisions are played out.

Like Football Manager?

Or, shameless self promotion:

https://basketball-gm.com/

https://github.com/dumbmatter/basketball-gm

Currently no terminal UI, sadly. PRs welcome!

Re: NBA GO – Watch NBA in Your Terminal

#16
nice job, but single purpose apps like this are kinda meh...

Unless the ONLY sports you care about is in fact the NBA. Otherwise, you'd still need to visit some sports site for updates.

I would imagine this can be easily made sports agnostic? Maybe not... Maybe not all the leagues have a realtime API or they do not conform to the same interface.

Re: NBA GO – Watch NBA in Your Terminal

#18

nice job, but single purpose apps like this are kinda meh... Unless the ONLY sports you care about is in fact the NBA. Otherwise, you'd still need to visit some sports site for updates. I would imagine this can be easily made sports agnostic? Maybe not... Maybe not all the leagues have a realtime API or they do not conform to the same interface.

time to fork it and send a PR!

Re: NBA GO – Watch NBA in Your Terminal

#19

nice job, but single purpose apps like this are kinda meh... Unless the ONLY sports you care about is in fact the NBA. Otherwise, you'd still need to visit some sports site for updates. I would imagine this can be easily made sports agnostic? Maybe not... Maybe not all the leagues have a realtime API or they do not conform to the same interface.

Do you have issues with calculator?

Usually a comprehensive app like you are talking about gets built onto until it reaches all sports. Can this not just be the first step?

Re: NBA GO – Watch NBA in Your Terminal

#20

nice job, but single purpose apps like this are kinda meh... Unless the ONLY sports you care about is in fact the NBA. Otherwise, you'd still need to visit some sports site for updates. I would imagine this can be easily made sports agnostic? Maybe not... Maybe not all the leagues have a realtime API or they do not conform to the same interface.

Maybe you can port it to the sport of your choice to watch through a terminal.
Post reply on HN