occupytheweb / VotablePlayer

Votable HTML Youtube Player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

votableplayer

Introduction

This is a player that can use for a crowd entertainment event. You can project the player in to a screen. Ask users to login and add songs to the playlist. Users can upvote and downvote songs. The most voted song will be played as the next song.

Features

Login/Register as a user Voting System Add new Songs to the Playlist Realtime Refresh/Update

Technologies Used

Frontend: VueJs

Database: Firebase

Live Demonstration

Visit the demo heroku app for a live demo

Build Setup

Config Database

write your own configuration file with a fresh firebase database credentials

src/db.js

Installing

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Happy Coding

About

Votable HTML Youtube Player

License:Apache License 2.0


Languages

Language:JavaScript 59.7%Language:Vue 38.8%Language:HTML 1.4%