Shuffle and play tracks from your local music library.
This project was never meant as anything more than an initial exploration into Electron, and as such has not been maintained. It is currently broken on the latest version of Electron (v1.1.0 at time of writing).
Electron must be installed. The easiest way to do this is using electron-prebuilt:
$ npm install -g electron-prebuilt
Run the player:
$ git clone https://github.com/stephenkubovic/electron-music-player
$ cd electron-music-player
$ npm install
$ npm start