Find statistics of an NBA player for fantasy basketball use, sports betting, or to just browse around and be a numbers guru.
More features will be added over time.
The web app is being deployed on Heroku, with plans to integrate a Postgres database via queries in SQL. It will pull data from the nba_api Python library as well as from the NBA Advanced Stats site.
URL to project (INACTIVE as of 8/28/24): https://nbastatslookup-ade7c0e3e0c0.herokuapp.com/
Please note (as of 3/2/24):
All deployment and testing can be found in the "test-branch"
tree of the nbastatslookup repository.
The website URL is no longer functioning. Current testing and revisions are being done to the page. Additionally, the overall concept of the project is being changed as well as the server used to host the site is still being decided.
You can still look through the code to see how the libraries were being used.
2/22/24: Creation of repository
2/24/24: More features to be added
3/2/24: Main app deployment can be found in test-branch