Closed kid-pro-kuo closed 2 weeks ago
Hey @kid-pro-kuo, the build instructions do state how to replace and use your own key if desired. It does not need to be base64 encoded
You can remove the atob
function and just pass in the plain api key value. I was doing it this way by decoding a base64 version of my key as a very simple counter against scraping since all API keys start with the same AIzaSy
characters.
Ah that totally makes sense. Carry on the good work then!
Thanks for developing this excellent tool and making it available for all!
Apologies if I missed this somewhere in the documentation. I had the darndest time getting it to work when building locally; figured out that the YouTube API key provisioned from Cloud Console has to be base64 encoded before plugging into youtube-api-v3.js. Could be helpful to add to BUILD.md?