https://github.com/sallen222/NBAchartproject
https://misdemo.temple.edu/tuj22400/API_Project_FINAL/
This project uses the balldontlie and image-charts APIs to compare the stats of each nba starter this season to their stats from last season using radar charts. It utilizes a drop-down menu that features each NBA team and when the refresh button is clicked, the charts are generated. The balldont lie API was used to retrieve the season average stats for each player as well as their name and games played. The image-charts API was used to produce the radar charts for data-visualization using the data provided by balldontlie. This project taught me how to successfully pull and manipulate data from an API to use in a project.