Interactive Api documentation for the rum.ba jukebox server. Similar to swagger but a bit more specialized in testing a jukebox and the idiosyncrasies of the Subsonic Api.
The whole thing got a bit over the top - there was an older rum.ba webapp that needs porting from react 13/alt.js flux and the idea was to try a new stack on a small project first ;) quite happy with preact hooks and mobx-state-tree - the new rum.ba webapp should be ready later this summer!
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# test the production build at localhost:8080
npm run serve
# run linter
npm run lint
integrate response schema for reference as well