Skip to content
/ mb Public

Movie Browser API with pure JavaScript, Bootstrap and HTML

License

Notifications You must be signed in to change notification settings

websifyGR/mb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working on TMDB API combining YouTube Player API using vanilla JavaScript, jQuery, Bootstrap and HTML

test it on Websify GR

TMDB API

consuming data from tmdb.org using vanilla JavaScript, jQuery, Bootstrap and HTML

#

YouTube Player API

consuming data from youtube.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.

#

Code Flow Diagram

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

Loading

MD file created using https://stackedit.io/

About

Movie Browser API with pure JavaScript, Bootstrap and HTML

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published