Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amirmghanem/watch-29a
💻TMDB The Movie Database project. Watch-29A is a javafx application which provides using tmdb api to stream movies from The Movie DataBase API using retrofit2 and maven framework.💻
https://github.com/amirmghanem/watch-29a
css javafx maven retrofit2 tmdb-api
Last synced: about 1 month ago
JSON representation
💻TMDB The Movie Database project. Watch-29A is a javafx application which provides using tmdb api to stream movies from The Movie DataBase API using retrofit2 and maven framework.💻
- Host: GitHub
- URL: https://github.com/amirmghanem/watch-29a
- Owner: AmirMGhanem
- Created: 2020-10-17T12:23:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T05:34:28.000Z (about 4 years ago)
- Last Synced: 2024-05-02T05:11:12.034Z (8 months ago)
- Topics: css, javafx, maven, retrofit2, tmdb-api
- Language: Java
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Watch 29A!!!
TMDB(The Movie Database ) api is used.
By @GET Request we get a response of the requested url.
the response we got is a JSON.we used JSON2Pojo to convert the JSON object into POJO's.
These pojo's is added into a project package TMDB_APi.