argyleink / yt-playlist-notifier

Home Page:https://yt-playlist-notifier.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a hackathon project—don't expect anything production-quality!

YT Playlist Notifier

Have you ever to subscribe to updates to a specific playlist within a YouTube channel, instead of all the new videos in a channel? Unfortunately, YouTube doesn't support playlist subscriptions.

But, YouTube has an API...

YT Playlist Notifier is a progressive web app that allows you to search for and subscribe to updates to playlists. You'll get a browser notification when new videos are added to any playlist you're subscribed to.

YT Playlist Notifier stores your playlist subscriptions locally, and you're not required to authenticate or log in anywhere.

When will I see updates?

At its most basic, you'll see notifications for any new videos whenever you visit open web app.

If you're using a browser that supports periodic background sync and have installed YT Playlist Notifier, the periodic sync event checking for new videos will fire automatically, about once a day. You don't have to do anything—just sit back and wait for video notifications!

Technologies used

Local development

To run a copy of this project, first register for YouTube Data API access, and obtain a browser API key.

Create an .env.local file at the root of this project, and include the following:

VITE_YT_API_KEY=<your API key here>

About

https://yt-playlist-notifier.web.app/

License:Apache License 2.0


Languages

Language:TypeScript 79.6%Language:CSS 18.8%Language:HTML 1.6%