https://github.com/isaiah1505/assignment-2-tv-show_query
Using an API, not a database, my app requests info about the TV shows the user searches for. API sends back a .json file in the stream, the app parses the response and grabs all show objects to compare to which show the user clicked on, user is shown info from the clicked on show, parsing the show individual show object.
https://github.com/isaiah1505/assignment-2-tv-show_query
api-call api-request java javafx-gui
Last synced: 3 months ago
JSON representation
Using an API, not a database, my app requests info about the TV shows the user searches for. API sends back a .json file in the stream, the app parses the response and grabs all show objects to compare to which show the user clicked on, user is shown info from the clicked on show, parsing the show individual show object.
- Host: GitHub
- URL: https://github.com/isaiah1505/assignment-2-tv-show_query
- Owner: Isaiah1505
- Created: 2024-07-20T14:01:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T13:56:07.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T06:12:38.307Z (about 1 year ago)
- Topics: api-call, api-request, java, javafx-gui
- Language: Java
- Homepage:
- Size: 855 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Using an API, not a database, my app requests info about the TV shows the user searches for
API sends back a .json file in the stream, the app parses the response and grabs all show objects to compare to which show the user clicked on
User is shown info from the clicked on show, parsing the show individual show object