Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 793 Bytes

File metadata and controls

13 lines (7 loc) · 793 Bytes

YT-Playlist-Video-Duration-Calculator

This is a Calculator that finds the duration of a Playlist/Video at various lengths.

Link to the website: https://yt-playlist-video-duration-calculator.vercel.app/

This website runs completely on the frontend & uses HTML, CSS, JavaScript, Regex & Youtube API.

This website doesn't use any libraries or frameworks

I have created this website without having any prior experience in HTML, CSS, JavaScript, Regex & Youtube API. I have taken the help of Google, Stackoverflow, W3 Schools, GeeksforGeeks and other similar websites to build this website.

I have used XMLHttpRequest() to make https GET requests synchronously to Youtube API. Which is deprecated ⚠️ in IOS Devices from IOS 13+. This website don't work in devices using IOS 13+.