https://github.com/morgoth/mopster
Mopidy client written in Ember.js
https://github.com/morgoth/mopster
ember javascript mopidy
Last synced: about 1 year ago
JSON representation
Mopidy client written in Ember.js
- Host: GitHub
- URL: https://github.com/morgoth/mopster
- Owner: morgoth
- Created: 2015-03-23T18:48:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-06T14:59:32.000Z (over 1 year ago)
- Last Synced: 2025-04-30T17:02:28.610Z (about 1 year ago)
- Topics: ember, javascript, mopidy
- Language: JavaScript
- Homepage: http://mopster.urizen.pl
- Size: 3.92 MB
- Stars: 36
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mopster
[Mopidy](https://mopidy.com) client written in [Ember.js](https://emberjs.com)
Go to [Online version](http://mopster.urizen.pl) and set it up with your local configuration.
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)
## Running / Development
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).
### Running Tests
* `ember test`
* `ember test --server`
### Linting
* `npm run lint:hbs`
* `npm run lint:js`
* `npm run lint:js -- --fix`
### Building
* `ember build` (development)
* `ember build --environment production` (production)
### Deploying
Specify what it takes to deploy your app.