JoeBiellik / movie-night

Web app to watch movies together

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Night

License Release Version Dependencies

Very simple Node.js web app that allows users to stream a movie and watch synchronised. Built with Express.js, Socket.io, jQuery, Pug and Bootstrap 4, with Babel and Browserify for client-side ES7.

Development

  1. Clone this repo:
git clone https://github.com/JoeBiellik/movie-night.git && cd movie-night
  1. Install dependencies:
docker-compose run app npm install
  1. Configure config/default.json with the movie URL and metadata.
  2. Start the app:
docker-compose up

About

Web app to watch movies together

License:MIT License


Languages

Language:JavaScript 79.9%Language:HTML 15.8%Language:CSS 4.2%