Youtube Playlist API creator

You will need to add your API_KEY to have this work

What I have learned building this

Youtube API calls and template literals
Understanding objects received from the API, and manipulating the results as needed
forEach to display data dynamically
.substring method
Displaying the .catch err to debug

     

About

  • This is a quite simple app built with vanilla javascript, fetching a playlist from the youtube API and displaying the 10 videos as cards
  • Project status: working