/karaoke-party

Real-time collaboration on karaoke playlists

Primary LanguageJavaScript

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