Skip to content

es1831/youKaraoke

Repository files navigation

youKaraoke

Badge of Honor

Real-Time Karaoke App utilizing the Youtube Api with Firebase

Table of Contents

Examples

###Info Project for Fullstack Academy's January 2015 hackathon. Winner of "Most Useful for Fullstack Students."

  • Makes use of YouTube IFrame API and Data API to allow a user to create a virtual karaoke room that other clients can join
  • Utilizes Firebase to synchronize events across clients and to implement real-time voting system in which user votes can cause the YouTube player to change songs
  • Written using AngularJS

Demo

See a live version of the app here.

Screenshot

youkaraoke Example Above: Cool Features of the app!

Usage

  1. Serve the application with grunt

    grunt serve

Installation

  1. Clone the repository
git clone https://github.com/angular/angular.js.git
  1. Install dependencies
npm install    # installs node packages
bower install  # installs bower dependencies

Note: If you encounter errors in the installation process for npm, it is recommended that you try running the install command with sudo

Contributors

License

This projected is licensed under the terms of the MIT license