Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 2.19 KB

README.md

File metadata and controls

64 lines (45 loc) · 2.19 KB

Controller-Web-App

Table of Contents

Introduction

This web application lets users collabortate in a room to share controls on the music currently playing. The host (creator of the room) can connect to Spotify and allow other users in the room to control the music playing depending on the permmissions set.

Technologies

The application is created with:

  • Javascript
  • React
  • Python3
  • Django

(back to top)

Prerequisites

  • An existing spotify account (must have premium to be able to control the music)
  • Have python3 installed

(back to top)

Installation

Clone the repo:

git clone https://github.com/icejan/Controllr-Wep-App.git

(back to top)

Usage

  • To run the web server on your computer, use the command

python3 .\manage.py runserver

(back to top)

Features

musicplayer-demo.mp4
  • Users can create a personal room that has a unique roomcode for other users to join
  • The host (creator of the room) can log into spotify and authorize the application to access their account
  • Hosts and other users (if permitted by host) in the room can pause, play and skip the song currently playing
  • If the host accidentally closes their web browser and revisits the homepage, they will be automatically redirected back to their room
  • IF the host leaves the room they created, the room is automatically deleted
updateRoom-demo.mp4
  • The host can update their own room settings anytime, where changes will be applied right away and saved in the server

(back to top)

Credits