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
- Host: GitHub
- URL: https://github.com/madeinfree/musictron
- Owner: madeinfree
- Created: 2017-02-07T15:38:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T06:52:35.000Z (over 9 years ago)
- Last Synced: 2025-10-20T04:43:30.522Z (8 months ago)
- Topics: electron-application, indexeddb, reactjs, redux, youtube-api
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron Musictron
Desktop music player with youtube. use Reactjs + Redux + Youtube API.
## Screenshot

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