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.