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.gitGo to the project directory
cd yt-playlist-lengthInstall dependencies
npm installStart the server
npm startTo run this project, you will need to add the following environment variables to your .env file
API_KEY= <YouTube V3 API KEY>