Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 565 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 565 Bytes

music-player

a simple music player: Golang for the back-end, html5 and jQuery for the front-end

demo

How to

  • install golang [windows/linux both OK]
  • then
go run player.go [port] [music folder path]
  • for example, go run player.go 8080 ./music, the music folder contains the music files(.mp3, .wma ...)

  • open localhost:8080 in a browser which suport html5, chrome highly recommended

Screenshot

music_player