HTML5 podcast app (for the Web, including FirefoxOS)
Перейти к файлу
Kristen Cooke 68311a2fec get ember 1.13 bugfix to resolve jquery detection error in ember-cli/ember-cli#5316 for newcomers downloading jquery 1.12 2016-02-11 00:11:29 -08:00
app Styling tweaks 2015-09-28 18:31:45 -04:00
config Fix player to bottom of viewport 2015-08-24 04:09:26 +01:00
public Update icon paths 2015-09-28 17:22:04 -04:00
tests Tweak lists and play buttons 2015-08-26 01:32:57 +01:00
vendor Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00
.bowerrc Update dotfiles 2015-08-06 00:36:02 -04:00
.editorconfig Update dotfiles 2015-08-06 00:36:02 -04:00
.ember-cli Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00
.gitattributes OCD \n EOF 2014-08-14 20:28:10 -04:00
.gitignore Update dotfiles 2015-08-06 00:36:02 -04:00
.jscsrc Add JS style checker 2014-06-15 17:15:10 -04:00
.jshintrc Update name from ember-hifi to high-fidelity 2015-08-06 05:52:26 -04:00
.travis.yml Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00
.watchmanconfig Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00
README.md Resolves #80 - update readme with relevant information 2015-09-22 15:33:12 -04:00
bower.json get ember 1.13 bugfix to resolve jquery detection error in ember-cli/ember-cli#5316 for newcomers downloading jquery 1.12 2016-02-11 00:11:29 -08:00
ember-cli-build.js Remove Brocfile in favor of ember-cli-build 2015-08-06 05:50:01 -04:00
package.json Tweak lists and play buttons 2015-08-26 01:32:57 +01:00
testem.json Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00

README.md

High Fidelity

High Fidelity is a Firefox OS Application for subscribing and listening to podcasts. It is built with ember-cli, using ember-data and localstorage for managing podcast data. Supporting other platforms/browsers, and implementing service workers are eventual design goals.

Developing Locally

If you'd like to contribute to this project, take a look at the open issues, or file new ones if you encounter a bug or have a feature request.

To get set up for local development, you will need the following things properly installed on your computer:

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)

License

This program is free software; it is distributed under an MIT License.

Copyright (c) 2012-2014 Mozilla (Contributors).