Brian Brenner
Brian Brenner
Setting up basic breakpoints is easy. Just write the line `debugger;` where you want the break point. Then when you run the program use node inspect, for an example run...
I may have solved this issue. First of all, your environment variables $http_proxy, $https_proxy, $HTTP_PROXY, and $HTTPS_PROXY will need to be set correctly since the nba-stats-client package uses the request...
@xxhomey19 Do you have any ideas on how to implement this change? Ideally we add a command like: nba-go proxy "http://......" and it would automatically update the code and add...