Skip to content

A server-client system for watching YouTube videos in a group.

Notifications You must be signed in to change notification settings

RustyGentleman/Jamusesshon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6213771 · Oct 25, 2022

History

6 Commits
Sep 25, 2022
Sep 25, 2022
Oct 25, 2022
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022
Sep 25, 2022
Sep 26, 2022
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022
Oct 6, 2022

Repository files navigation

A server-client system for watching YouTube videos in a group.

Setup

  • Obtain a YouTube Data API key and set it in the variable YT_API_KEY in line 11 of server.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 to localhost:80. This can be changed in server.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.

About

A server-client system for watching YouTube videos in a group.

Resources

Stars

Watchers

Forks