Skip to content

ssahibsingh/yt-playlist-length

Folders and files

NameName
Last commit message
Last commit date

Latest commit

38c5047 Β· Sep 18, 2023

History

16 Commits
Mar 26, 2022
Mar 26, 2022
Mar 25, 2022
Mar 28, 2022
Mar 23, 2022
Sep 18, 2023
Mar 26, 2022
Dec 1, 2022
Mar 28, 2022
Sep 18, 2023
Sep 18, 2023

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