Skip to content

A Java program that uses an API to pull and display basketball stats of players, teams, and games.

Notifications You must be signed in to change notification settings

mcdonaldjx/CourtVisionary

Repository files navigation

LinkedIn

Court Visionary

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
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Contact

About The Project

Built With

Java

(back to top)

Getting Started

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.

Prerequisites

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

Installation

  1. Get a API Key at RapidAPI hub
  2. Clone the repo
    git clone https://github.com/mcdonaldjx/CourtVisionary.git
  3. Enter your API key in CourtVisionary.java and CourtVisionaryGUI.java
    String rAPIKey ="";
  4. Run the program

(back to top)

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

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.

About

A Java program that uses an API to pull and display basketball stats of players, teams, and games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages