nypublicradio / nypr-publisher-lib

library of shared ember objects for interfacing with the NYPR Publisher back end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nypr-publisher-lib

This addon provides a whole suite of ember objects that allow an app to integrate with the publisher back end.

More information is available here, on the documentation site.

Installation

  • git clone <repository-url> this repository
  • cd nypr-publisher-lib
  • bower install
  • yarn

Linting

  • yarn run lint:js
  • yarn run lint:js --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • yarn test – Runs ember try:each to test your addon against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.

About

library of shared ember objects for interfacing with the NYPR Publisher back end

License:MIT License


Languages

Language:JavaScript 72.8%Language:Handlebars 19.4%Language:SCSS 7.2%Language:HTML 0.6%