Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/youtube-party-dj. democratic youtube player, everyone can vote and add songs, uni project, made with uix
···11+Copyright 2024 - youtube party dj team
22+33+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44+55+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
66+77+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+17-11
README.md
···11-# Youtube Party DJ
11+# youtube party dj
2233-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.
33+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.
44+55+Made with [UIX](https://uix.unyt.org/).
4657## demo
68···1012https://github.com/flo-bit/youtube-party-dj/assets/45694132/ac43fc09-d47f-4611-9991-0aa098f1105a
111312141313-## Development
1515+## development
14161515-1. Clone the repository
1717+1. clone the repository
16181719```bash
1820git clone https://github.com/flo-bit/youtube-party-dj.git
1921```
20222121-2. Install [deno](https://docs.deno.com/runtime/manual/getting_started/installation)
2323+2. install [deno](https://docs.deno.com/runtime/manual/getting_started/installation)
22242323-3. Install UIX
2525+3. install uix
24262527```bash
2628deno install --import-map https://cdn.unyt.org/uix/importmap.json -Aq -n uix https://cdn.unyt.org/uix/run.ts
2729```
28302929-4. Install [node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) if you haven't already
3131+4. install [node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) if you haven't already
30323131-5. Install node modules, run this in the root directory of the project:
3333+5. install node modules, run this in the root directory of the project:
32343335```bash
3436npm install
3537```
36383737-6. Get a youtube api key and add a `.env` file in the root directory of the project with the following content:
3939+6. get a youtube api key and add a `.env` file in the root directory of the project with the following content:
38403941```env
4042YOUTUBE_API_KEY=<your api key>
4143```
42444343-7. Run development server, run this in the root directory of the project:
4545+7. run development server, run this in the root directory of the project:
44464547```bash
4648npm run dev
4749```
48504949-8. Open the browser and navigate to `http://localhost`
5151+8. open the browser and navigate to `http://localhost`
5252+5353+## license
5454+5555+mit