Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morgoth/mopster

Mopidy client written in Ember.js
https://github.com/morgoth/mopster

ember javascript mopidy

Last synced: 14 days ago
JSON representation

Mopidy client written in Ember.js

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.