- Next 5 games for game selected team. Default is Raptors NBA team.
- Shows current game score and quarter during the game.
Keys available:
--team - to select the team. Type: string, default: "raptors"
--num - number of records to display(next N and previous N games). Type: integer, defaut: 5
--prev - controls previous games output. Type: boolean, default: false
raptors --team=raptors --num=10 --prev=trueOr just raptors that will show next 5 games for Raptors team.
- Build it with Golang
- For ease of use - rename built binary to
raptorsand move to/usr/local/bin - Launch it in your terminal with
raptors - Follow the schedule and enjoy the games!
