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

https://github.com/madeinfree/musictron

Desktop music player with youtube. use Reactjs + Redux + IndexedDB + Youtube API
https://github.com/madeinfree/musictron

electron-application indexeddb reactjs redux youtube-api

Last synced: 4 months ago
JSON representation

Desktop music player with youtube. use Reactjs + Redux + IndexedDB + Youtube API

Awesome Lists containing this project

README

          

# Electron Musictron

Desktop music player with youtube. use Reactjs + Redux + Youtube API.

## Screenshot

![img](http://i.imgur.com/Xt1TlBc.png)

## Build

```command
git clone https://github.com/madeinfree/musictron.git && cd musictron
yarn
./node_modules/.bin/electron .
```