Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nypublicradio/nypr-publisher-lib
library of shared ember objects for interfacing with the NYPR Publisher back end
https://github.com/nypublicradio/nypr-publisher-lib
Last synced: about 1 month ago
JSON representation
library of shared ember objects for interfacing with the NYPR Publisher back end
- Host: GitHub
- URL: https://github.com/nypublicradio/nypr-publisher-lib
- Owner: nypublicradio
- License: mit
- Created: 2017-03-28T14:39:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T18:07:32.000Z (about 2 months ago)
- Last Synced: 2024-12-09T19:20:35.302Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.95 MB
- Stars: 0
- Watchers: 21
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](https://nypublicradio.github.io/nypr-publisher-lib/).
Installation
------------------------------------------------------------------------------* `git clone ` 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
* `ember serve`
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
License
------------------------------------------------------------------------------This project is licensed under the [MIT License](LICENSE.md).