Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nypublicradio/nypr-account-settings

ember components for account settings
https://github.com/nypublicradio/nypr-account-settings

auth

Last synced: 18 days ago
JSON representation

ember components for account settings

Awesome Lists containing this project

README

        

# nypr-account-settings
[![CircleCI](https://img.shields.io/circleci/project/github/nypublicradio/nypr-account-settings.svg?style=flat-square-blue)](https://circleci.com/gh/nypublicradio/nypr-account-settings) [![GitHub release](https://img.shields.io/github/release/nypublicradio/nypr-account-settings.svg?style=flat-square)](https://github.com/nypublicradio/nypr-account-settings/releases/latest) [![GitHub pull requests](https://img.shields.io/github/issues-pr/nypublicradio/nypr-account-settings.svg?style=flat-square)](https://github.com/nypublicradio/nypr-account-settings/pulls) [![GitHub contributors](https://img.shields.io/github/contributors/nypublicradio/nypr-account-settings.svg?style=flat-square)](https://github.com/nypublicradio/nypr-account-settings/graphs/contributors)
[![Maintainability](https://api.codeclimate.com/v1/badges/9df703e9a2f30c83f382/maintainability)](https://codeclimate.com/github/nypublicradio/nypr-account-settings/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/9df703e9a2f30c83f382/test_coverage)](https://codeclimate.com/github/nypublicradio/nypr-account-settings/test_coverage)

[Short description of the addon.]

Installation
------------------------------------------------------------------------------

```
ember install nypr-account-settings
```

Usage
------------------------------------------------------------------------------

[Longer description of how to use the addon in apps.]

Contributing
------------------------------------------------------------------------------

### Installation

* `git clone `
* `cd nypr-account-settings`
* `npm install`

### Linting

* `npm run lint:js`
* `npm 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"
* `npm 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).