josephhess / quick_youtube_exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the api key for youtube is stored in a file called api-key.js which is gitignored to keep the key from public display.

the function inside api-key.js looks like this:

const API_KEY = (function(){ return 'the key goes here'; }());

ping me in slack if you need the key for review purposes.

About


Languages

Language:JavaScript 57.6%Language:HTML 41.0%Language:CSS 1.3%