https://github.com/paradoxinversion/music-player-client
https://github.com/paradoxinversion/music-player-client
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/paradoxinversion/music-player-client
- Owner: paradoxinversion
- Created: 2019-12-16T19:52:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:12:37.000Z (over 3 years ago)
- Last Synced: 2025-01-20T05:49:56.747Z (over 1 year ago)
- Language: JavaScript
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music Player Client
This is the client for the music player server repo.
## Setup
Yarn install dependencies.
Ensure the music server is running
Run yarn start (which in turnn runs yarn start:dev)
## Features
- Play, Pause, Stop, Skip (Forward and Backward)
## Todo Soon
- Go to next song on completion of the current one
- Shuffle songs
- Handle long song arrays
## Todo Later
- Scrub through track
## Maybe in the future
- Electron?