Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolasbrugneaux/web-player-react
Offline music player with React.
https://github.com/nicolasbrugneaux/web-player-react
javascript offline offline-music-player react
Last synced: 3 months ago
JSON representation
Offline music player with React.
- Host: GitHub
- URL: https://github.com/nicolasbrugneaux/web-player-react
- Owner: nicolasbrugneaux
- Created: 2015-03-17T00:41:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T16:29:26.000Z (over 9 years ago)
- Last Synced: 2024-04-14T19:20:07.030Z (10 months ago)
- Topics: javascript, offline, offline-music-player, react
- Language: JavaScript
- Homepage: http://nicolasbrugneaux.github.io/web-player-react/
- Size: 2.98 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-player-react
Offline music player with React.```sh
npm install
npm run serve
```*This is temporary, ideally just dragging the html in your browser would be best.*
todo:
- **improve speed**
- fix the shuffle mode
- look into the fuzzy search, it doesn't seem quite right yet.
- a volume slider
- maybe get rid of this wavesurfer lib does uncesserary stuff (WIP)
- things..contrib:
```sh
npm install
npm run build
npm run serve
# visit localhost:3000
```