Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 513 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 513 Bytes

DJ54B API

Setup

$ bundle install

Run

$ puma

Usage

$ curl http://localhost:9292/play
$ curl http://localhost:9292/pause
$ curl http://localhost:9292/next
$ curl http://localhost:9292/up
$ curl http://localhost:9292/down
$ curl http://localhost:9292/info

See Also

With <3