Skip to content

ssahibsingh/yt-playlist-length

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Playlist Length

A YouTube Playlist Length Calculator made with the help of Node.js/Express.js.

Demo

https://ytplaylist-len.up.railway.app/

Feature

  • Get Length for any YouTube Playlist over custom Range.

Run Locally

Clone the project

  git clone https://github.com/ssahibsingh/yt-playlist-length.git

Go to the project directory

  cd yt-playlist-length

Install dependencies

  npm install

Start the server

  npm start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY= <YouTube V3 API KEY>

Documentation