As of version 1.0.0, the brew package is only available for Mac ARM OS users
brew tap udaypatel1/nba
brew install nba
- Clone the repository
git clone https://github.com/udaypatel1/nba-live-rust.git
- Install Rust to compile the code with Cargo
- Run
cargo --version
to make sure Rust is installed properly - Execute
cargo run
to build the binary and run the tool
- Feel free to clone and contribute! You can make a branch and submit a PR for review
- Full JSON data endpoint can be found here
Add a color crate to stylize the outputAdd proper CLI support withclap
or other tooling to allow for future customizations- Create a better visual output of score printouts (boxed? grid? centered? maybe behind a flag?)
- Allow for and pre-build cross-platform builds in target (x86_64 MacOS, Windows, Linux)
- Establish a proper Release Branch to create releases for version management
- Package Release Branch state and setup code for Homebrew public forum
- Make a similar tool for MLB with this