Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Athlete Insider is an all-in-one daily sports news website that I created myself. It delivers the latest coverage and detailed analysis on major sports storylines from the NBA, NFL, UEFA Champions League, and for a limited time the Paris 2024 Olympics. For each league, I also included game breakdown analysis, player statistics, standings, and betting odds. To create this website, I used HTML, CSS, JavaScript, JQuery, and an API implementation from Rapid API to display the NBA conference standings. I called this API using Javascript as well, and fetch as the client.
In both the nbaapi.js and nbaapiwest.js files, you will notice that I did not include the API key and simply wrote "ENTER API KEY HERE." If you would like to test out this program to see how this performs, you would need to register for free on RapidAPI to have access. Once you're registered, you can search for "API-NBA." It should allow you to subscribe to the API for free using the "Free Plan", as long as you do not go over the quota limits. For this API, it should be 100 objects per day, but make sure you confirm this under the subscription info. Once you're subscribed, on the left side, click any of the endpoints. This doesn't matter since you're only looking for the API key. At this point, you should be able to see your API key. Copy and paste it on both nbaapi.js, nbaapiwest.js files where it says "ENTER API KEY HERE." Now, you should be able to run the website through a live server and view the NBA conference standings provided by "API-NBA."