Skip to content

huytd/mss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Music Stream Server
-------------------

INSTALLATION:
  - Download: go get github.com/huytd/mss
  - MSS will be built automatically and put in your $GOPATH/bin
  - Make sure you have $GOPATH/bin in your $PATH

RUN:
  - Clone the MSS-FrontEnd project to www folder
  - Run: PORT=8080 mss

USING THE API:
  - To get the direct link to the music file, make a request:

  GET /stream?url=[url-to-music-service]

  - Response data is a JSON object:

  { url: 'http://...' }

About

Music Stream Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages