/youtube-playlist-duration

A react app on finding the total duration of all videos in a YouTube Playlist

Primary LanguageJavaScript

To run this app locally:

  • Clone this repo
  • Run npm install to install all the dependencies
  • Create a .env folder on root with "REACT_APP_API_KEY" property. (Grab Google API first)
  • Then run npm run to start the project locally