Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morgoth/mopster
- Owner: morgoth
- Created: 2015-03-23T18:48:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T07:57:47.000Z (over 1 year ago)
- Last Synced: 2024-10-03T12:38:14.739Z (about 1 month ago)
- Topics: ember, javascript, mopidy
- Language: JavaScript
- Homepage: http://mopster.urizen.pl
- Size: 3.9 MB
- Stars: 36
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
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.