Skip to content

Calculates the total time of a youtube playlist and other important information of the playlist.

Notifications You must be signed in to change notification settings

thoughtlessmind/youtube-playlist-info

Repository files navigation

This calculates and shows the total time required to watch a complete YouTube playlist by using playlist url. User can play the list's video here and also open those videos in youtube directly.

Netlify Status

Tools used

Steps to run this repo on local
  1. Clone this repo and run npm install.
  2. Go to YoutTube API Docuementation and follow the steps to generate and get an API key.
  3. Create an environment file named .env and add your YouTube API key in this file as REACT_APP_YOUTUBE_APIKEY = YOUR_API_KEY.
  4. Run npm start