PopDiana / karaoke-party

Real-time collaboration on karaoke playlists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firebase Setup

Create a database using Google Firebase and follow along with the instructions on Firebase Setup

Add your keys in the main.js file in firebaseConfig:

const firebaseConfig = {
  apiKey: "*****",
  authDomain: "*****",
  databaseURL: "*****",
  projectId: "karaoke-party-application",
  storageBucket: "*****",
  messagingSenderId: "*****",
  appId: "*****",
  measurementId: "*****"
};

YouTube API setup

Go to YouTube API setup page, follow along with the steps on the page to obtain an API key.

In terminal, type:

npm install

then:

npm start

About

Real-time collaboration on karaoke playlists


Languages

Language:JavaScript 52.7%Language:SCSS 37.7%Language:HTML 9.6%