This app takes a single integer input. The application will download the raw data from the website bellow (https://mach-eight.uc.r.appspot.com) and print a list of all pairs of players whose height in inches adds up to the integer input to the application. If no matches are found, the application will print “No matches found”.
- The project is to write a function that searches through NBA player heights based on user input.
- The raw data is taken from here.
- The data is served in json format by the endpoint here.
Repo
https://github.com/SergioCampbell/filter