Creating an easy to understand informational proof of concept app in which API calls are made using Youtube's public database.
Using the code to make Asynchronous calls that are then translated into HTML.
The first steps to understanding API and Asynchronous code
-JS -HTML -CSS -JQuery
Github Repos:
front-end: https://github.com/mkcnly/thinkful-tube
API Key & Youtube URLs provided in index.js
Index.js - Straight forward code that handles the event bindings,
HTML translation, API Call & Acts as a self contained config file.
Routes
All Authorization passes through Youtube's Server with user provided API key
Coming soon...