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

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

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

Last synced: 8 months ago
JSON representation

Laboratory Work #3, Multimedia Systems, TUM

Awesome Lists containing this project

README

          

#Electron Video Player
Small video player build with Electron.

##Running the application
1. Clone this repo

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

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

`npm install`
4. Run the application

`npm start`

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