Heneiken Music Player
Web-based music player as part of rust-learning-journal
and because i hate this :
Installation
- Install Rust
- run :
git clone https://github.com/codenoid/heineken-music-player
cd heineken-music-player
cargo run # or cargo run --release
# access localhost:3003
App Information
- This application doesn't need a file-based database, i use lazy_static
- currently only support .mp3 file, which are being loaded from assets/music
- you can refresh music my by accessing
/refresh
or press refresh button - automatically play next track
Credits
- HTML Template are from here