singhrohan62 / youtube-player-socket.io

share music playlist with friends using react and websocket

Home Page:https://music.kody-koy.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Socket.io Youtube Player

GitHub Release Gitter chat

GitHub Release

Plays a video from Youtube using Socket.io.

This open-source code can be used for further integrations in Socket.io.

A live demonstration of the code can be found here.

Usage

All of the commands are done using npm:

Running the program:

npm start

Installing dependencies:

npm install

Building:

npm build

Docker

Build the image and launch the container

docker-compose up -d --build

The image should be up on http://localhost:3000

Build down the container

docker-compose stop

How to Contribute

A. Open an issue

ONLY REQUEST A FIX FOR AN ISSUE THAT DOESNT EXIST, PLEASE LOOK AT THE CURRENT ISSUES FOUND FIRST: HERE

B. Contribute to an existing issue

  1. Fork the code with issues
  2. Make a pull request.
  3. Your code will be further reviewed.
  4. Your code if acceptable will be integrated!

About

share music playlist with friends using react and websocket

https://music.kody-koy.me/

License:MIT License


Languages

Language:JavaScript 87.5%Language:HTML 10.3%Language:Dockerfile 2.2%