https://github.com/hanse/mopidy-anjuna
No-skip-queue Mopidy Web Client
https://github.com/hanse/mopidy-anjuna
javascript mopidy react
Last synced: about 1 year ago
JSON representation
No-skip-queue Mopidy Web Client
- Host: GitHub
- URL: https://github.com/hanse/mopidy-anjuna
- Owner: hanse
- Created: 2015-02-05T00:33:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T19:41:13.000Z (over 8 years ago)
- Last Synced: 2025-06-09T07:03:35.760Z (about 1 year ago)
- Topics: javascript, mopidy, react
- Language: JavaScript
- Homepage:
- Size: 194 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mopidy-anjuna
> Web UI for the Mopidy Server
A web client for the mopidy server that is remarkably well suited for social events or for use in group rooms etc. With this client all songs are queued and jumping the queue is not possible by design.
Currently work in progress with some rough edges.

## Install
Make sure you have [mopidy](https://www.mopidy.com/) installed, then
```bash
git clone git://github.com:Hanse/mopidy-anjuna
cd mopidy-anjuna
npm install
PORT=3000 npm start
```
Running these commands should start the client on `localhost:3000`. The Mopidy server must be running on `localhost:6680`.
## License
MIT