Skip to content

fixme-lausanne/mpdwsgi-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPD WSGI Web client

mpdwsgi-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

Development

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

# Install dependencies
npm install

# Build everything
npm run build
# ... or automatically rebuild when a watched file has been changed
npm run watch

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!

About

Awesome web interface for your so loved mpd-wsgi server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published