youtube party dj#
play a youtube queue on one device and other devices can add songs to the queue, as well as vote on songs. highest voted song plays next. wip.
Made with UIX.
demo#
short demo video (left player, right a client)
https://github.com/flo-bit/youtube-party-dj/assets/45694132/ac43fc09-d47f-4611-9991-0aa098f1105a
development#
- clone the repository
git clone https://github.com/flo-bit/youtube-party-dj.git
-
install deno
-
install uix
deno install --import-map https://cdn.unyt.org/uix/importmap.json -Aq -n uix https://cdn.unyt.org/uix/run.ts
-
install node.js and npm if you haven't already
-
install node modules, run this in the root directory of the project:
npm install
- run development server, run this in the root directory of the project:
npm run dev
- open the browser and navigate to
http://localhost
license#
mit