An open API service indexing awesome lists of open source software.

https://github.com/plugarut/electron-music-player

Laboratory Work #2, Multimedia Systems, TUM
https://github.com/plugarut/electron-music-player

Last synced: about 2 months ago
JSON representation

Laboratory Work #2, Multimedia Systems, TUM

Awesome Lists containing this project

README

          

#Electron Music Player
Small music player build with Electron.

##Running the application
1. Clone this repo

`git clone https://github.com/PlugaruT/electron-music-player.git`
2. Go to application folder

`cd electron-music-player`
3. Install dependencies

`npm install`
4. Run the application

`npm start`

##Screenshot
![alt text](https://github.com/PlugaruT/electron-music-player/blob/master/img/screen.png?raw=true "Screenshot of application")