[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
0

Configure Feed

Select the types of activity you want to include in your feed.

add license

Florian (Jun 12, 2024, 2:46 PM +0200) 377cee9b 82eef7dd

+24 -11
+7
LICENSE
··· 1 + Copyright 2024 - youtube party dj team 2 + 3 + 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: 4 + 5 + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 6 + 7 + 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
··· 1 - # Youtube Party DJ 1 + # youtube party dj 2 2 3 - 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. 3 + 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. 4 + 5 + Made with [UIX](https://uix.unyt.org/). 4 6 5 7 ## demo 6 8 ··· 10 12 https://github.com/flo-bit/youtube-party-dj/assets/45694132/ac43fc09-d47f-4611-9991-0aa098f1105a 11 13 12 14 13 - ## Development 15 + ## development 14 16 15 - 1. Clone the repository 17 + 1. clone the repository 16 18 17 19 ```bash 18 20 git clone https://github.com/flo-bit/youtube-party-dj.git 19 21 ``` 20 22 21 - 2. Install [deno](https://docs.deno.com/runtime/manual/getting_started/installation) 23 + 2. install [deno](https://docs.deno.com/runtime/manual/getting_started/installation) 22 24 23 - 3. Install UIX 25 + 3. install uix 24 26 25 27 ```bash 26 28 deno install --import-map https://cdn.unyt.org/uix/importmap.json -Aq -n uix https://cdn.unyt.org/uix/run.ts 27 29 ``` 28 30 29 - 4. Install [node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) if you haven't already 31 + 4. install [node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) if you haven't already 30 32 31 - 5. Install node modules, run this in the root directory of the project: 33 + 5. install node modules, run this in the root directory of the project: 32 34 33 35 ```bash 34 36 npm install 35 37 ``` 36 38 37 - 6. Get a youtube api key and add a `.env` file in the root directory of the project with the following content: 39 + 6. get a youtube api key and add a `.env` file in the root directory of the project with the following content: 38 40 39 41 ```env 40 42 YOUTUBE_API_KEY=<your api key> 41 43 ``` 42 44 43 - 7. Run development server, run this in the root directory of the project: 45 + 7. run development server, run this in the root directory of the project: 44 46 45 47 ```bash 46 48 npm run dev 47 49 ``` 48 50 49 - 8. Open the browser and navigate to `http://localhost` 51 + 8. open the browser and navigate to `http://localhost` 52 + 53 + ## license 54 + 55 + mit