A terminal based application for viewing live and past NCAA games and statistics
Report Bug
·
Request Feature
Table of Contents
goncaa is a terminal based user interface that allows you to scroll through both live and completed NCAA games and browse scores, players, and statistics.
go install github.com/darekbienkowski/goncaa@latestBy default running the application will open the game list view with the games from today's date. If you want to specify a specific date to open up to you can do so by doing
goncaa
goncaa -d YYYY-MM-DDDistributed under the GPL License. See LICENSE for more information.
This project is a fork of AxBolduc/gomlb.
While the sport, models, and API sources have been updated, the core logic remains largely based on the original codebase.
- Project Link: https://github.com/AxBolduc/gomlb
- https://github.com/henrygd/ncaa-api fantastic NCAA API used by goncaa
- nbacli inspiration for gomlb and code snippets
