Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 297 Bytes

File metadata and controls

15 lines (9 loc) · 297 Bytes

MP3 player

Trigger a song using an http request.

How to

Put your MP3 in the mp3 directory. A random song will be played when you call http://localhost:8080 using GET.

curl http://localhost:8080

To start the server:

npm start

Why?

Plug your CI on it when someone breaks the build!