/firebrick

A simple music player and visualizer built in electron

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

FIREBRICK

This is a minimal Electron application for playing and visualizing music file based on the Quick Start Guide within the Electron documentation.

To Use

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/LucianBuzzo/firebrick.git
# Go into the repository
cd firebrick
# Install dependencies
npm install
# Run the app
npm start