Working on TMDB API combining YouTube Player API using vanilla JavaScript, jQuery, Bootstrap and HTML
test it onWebsify GR
consuming data fromtmdb.org using vanilla JavaScript, jQuery, Bootstrap and HTML
#
consuming data fromyoutube.com using vanilla JavaScript, jQuery, Bootstrap and HTML
#
API based movie browser without the need of any framework, using span tags sceleton and jQuery .load to fetch HTML, CSS and JS files.
#
graph LR
A[https://websify.gr/mb] -- GET --> B[(tmdb.org)]
B -- response --> D{JSON}
D --> E(Search View)
E -- HTML --> A
E -- GET --> F[(youtube.com)]
F -- response --> G{JSON}
G --> H(Trailers View)
H -- HTML --> A
MD file created using https://stackedit.io/