jieverson / DJi-player

This project aims to create a music player build in Electron.js, using native Web Audio API for music visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DJi-player

This project aims to create a music player build in Electron.js, using native Web Audio API for music visualizer (based on DJi)

Note: Current version can just play files by drag n' drop them into the app.

Build from source

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/jieverson/DJi-player
# Go into the repository
cd DJi-player
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, run the program using ./electron-start from bash, or just run npm start from command prompt.

About

This project aims to create a music player build in Electron.js, using native Web Audio API for music visualizer


Languages

Language:JavaScript 65.8%Language:HTML 20.8%Language:CSS 13.3%