drymak-music

Turns Youtube playlists into nice standalone pages. Great for parties, or to send to friends. https://music.codexeg.net/

image

Usage

On the home page, just paste the youtube link of a video contained in the playlist. Or you can build the link yourself: https://music.drymak.me/?&list={playlist_id} where {playlist_id} is the ID of the Youtube playlist (the &list= parameter in the url).

Some form of Ad blocking is reccomended to skip commercials inbetween playlist videos.

Development

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build to the dist folder:

npm run build