Self hosted, remote controllable music player built with React, Go
https://flative.github.io/jude/
Latest Release (Available on Windows, MacOS, Linux)
🔥 Basic features as music player are supported, even remotly! (standalone mode also supported)
- Use YouTube API (iFrame Player)
- Add a song to playlist
- Remove a song from playlist
- Shuffle
- Repeat
- Prev / Next
$ git clone https://github.com/Flative/jude.git
$ cd frontend && npm install && npm run build
$ cd backend && go run *.go
You might need to read this documentation if you are not friendly with Go environment
MIT © Flative