A YouTube Playlist Length Calculator made with the help of Node.js/Express.js.
https://ytplaylist-len.up.railway.app/
- Get Length for any YouTube Playlist over custom Range.
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
To run this project, you will need to add the following environment variables to your .env file
API_KEY= <YouTube V3 API KEY>