tangingw / javascript_jukebox

This is a jukebox interface written using JS ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Use My JukeBox

  1. Create song_folder folder

  2. Move all your songs to song_folder folder

  3. Proceed below if you have python3.x installed.

        pip install -r requirements.txt
        python app.py
  4. Edit lines 300 - 309 in templates/test.html and enter your chosen songs in the array. (Note: Not yet create API for that.)

  5. Go to your browser and enter http://127.0.0.1:8088/jukebox

  6. Click Click for Display

  7. Click Play Icon

About

This is a jukebox interface written using JS ES6


Languages

Language:HTML 60.4%Language:Python 26.4%Language:JavaScript 13.2%