Skip to content

ecarnovsky/how-long-is-this-playlist-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How Long is This Playlist (Website Version)

I made this website to go with my browser extension by the same name. While it accomplishes the same task as the extension, behind the hood it works very different. Unlike the browser extension that grabs the text from your currently active page, the website version sends multiple API requests to Google to get information about the playlist. To keep the API key secure, I’m using Netlify’s serverless functions as simple back-end. Feel free to test it out here.