- Obtain a YouTube Data API key and set it in the variable
YT_API_KEY
in line 11 ofserver.js
. This will be used by the server to search for videos based on clients' requests and add them to the queue. - Run
server.js
on an instance of Node.js. By default, the server will bind tolocalhost:80
. This can be changed inserver.js
- On a browser,
http://localhost/
will access the client. - Use a service such as ngrok to forward the localhost client for others to join.
-
Notifications
You must be signed in to change notification settings - Fork 1
RustyGentleman/Jamusesshon
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A server-client system for watching YouTube videos in a group.