Web client for mpd-wsgi
npm install mpdwsgi-client-webmpdwsgi-web is not only a beautiful name but also an extremely impressive web client for the mpd-wsgi.
> "Extremely good, excellent"
> — Joe the CEO, 2015 —
!screenshot, commit b78ce2d528a65ed52273a30f9d37ce4b5ca6122a
You only need to have a working version of node installed (v0.10+? not sure about the version, I work with v0.12 at the moment, tell me if it doesn't work for you).
As this project is only the frontend, you will need a running instance of mpd-wsgi and a MPD server if you want to display some data.
``Clone the repo
git clone github.com:fixme-lausanne/mpdwsgi-web.git
cd mpdwsgi-web
Local server (only for dev purpose). It will build everything, run a server, open a browser tab (thanks to browser-sync).
`
npm run browser
``And that's it!