A Java program that uses an API to pull and display basketball stats of players, teams, and games.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
To use this program, you will need an API Key from and account to the RapidAPI hub. Otherwise, you can preview the program using the demo version. To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- Rapid API account and API key to the API-NBA API.
[RapidAPI](https://rapidapi.com/api-sports/api/api-nba)
- Latest version of Java installed on your machine
- Get a API Key at RapidAPI hub
- Clone the repo
git clone https://github.com/mcdonaldjx/CourtVisionary.git
- Enter your API key in
CourtVisionary.java
andCourtVisionaryGUI.java
String rAPIKey ="";
- Run the program
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this program better, fork the repo and create a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
NOTE: You will need an API Key from https://rapidapi.com/api-sports/api/api-nba in order to use this program to its full capacity. A Demo version of the program has also been included, but does not pull live stats.