An open API service indexing awesome lists of open source software.

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.

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