Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```