Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 920 Bytes

README.md

File metadata and controls

52 lines (32 loc) · 920 Bytes

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