{"id":15015832,"url":"https://github.com/mansona/ember-cli-notifications","last_synced_at":"2025-05-15T05:07:28.030Z","repository":{"id":26947240,"uuid":"30409948","full_name":"mansona/ember-cli-notifications","owner":"mansona","description":"⚛ Atom inspired notification messages for ember-cli","archived":false,"fork":false,"pushed_at":"2025-01-08T14:18:31.000Z","size":5924,"stargazers_count":178,"open_issues_count":31,"forks_count":94,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-25T00:42:17.953Z","etag":null,"topics":["alerts","ember","ember-addon","ember-cli","hacktoberfest","notifications"],"latest_commit_sha":null,"homepage":"https://ember-cli-notifications.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mansona.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"mansona"}},"created_at":"2015-02-06T11:50:49.000Z","updated_at":"2025-04-05T21:58:44.000Z","dependencies_parsed_at":"2023-11-24T17:23:34.490Z","dependency_job_id":"1216188a-5adc-49ee-bc9d-1284b6f3a07c","html_url":"https://github.com/mansona/ember-cli-notifications","commit_stats":{"total_commits":411,"total_committers":40,"mean_commits":10.275,"dds":0.6812652068126521,"last_synced_commit":"d3d1435f4156fbe55e68173280fcd17e83798f98"},"previous_names":["stonecircle/ember-cli-notifications"],"tags_count":160,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mansona%2Fember-cli-notifications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mansona%2Fember-cli-notifications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mansona%2Fember-cli-notifications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mansona%2Fember-cli-notifications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mansona","download_url":"https://codeload.github.com/mansona/ember-cli-notifications/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254137401,"owners_count":22020910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alerts","ember","ember-addon","ember-cli","hacktoberfest","notifications"],"created_at":"2024-09-24T19:48:01.265Z","updated_at":"2025-05-15T05:07:23.021Z","avatar_url":"https://github.com/mansona.png","language":"JavaScript","funding_links":["https://github.com/sponsors/mansona"],"categories":[],"sub_categories":[],"readme":"# ember-cli-notifications\n\n[![Download count all time](https://img.shields.io/npm/dt/ember-cli-notifications.svg)](https://www.npmjs.com/package/ember-cli-notifications)\n[![NPM package](https://img.shields.io/npm/v/ember-cli-notifications.svg)](https://www.npmjs.com/package/ember-cli-notifications)\n[![Build Status](https://travis-ci.org/mansona/ember-cli-notifications.svg?branch=master)](https://travis-ci.org/mansona/ember-cli-notifications)\n[![Ember Observer Score](http://emberobserver.com/badges/ember-cli-notifications.svg)](http://emberobserver.com/addons/ember-cli-notifications)\n[![Maintainability](https://api.codeclimate.com/v1/badges/2d7784a2ad1c27cb8250/maintainability)](https://codeclimate.com/github/mansona/ember-cli-notifications/maintainability)\n\n\n## Compatibility\n\n* Ember.js v3.8 or above\n- Embroider or ember-auto-import v2\n\n## Installation\n\n```\nember install ember-cli-notifications\n```\n\n\n## Usage\n\nAn [Ember](http://emberjs.com) addon that adds [Atom](https://github.com/atom/notifications) inspired notification messages to your app.\n\nInteractive documentation can be found [here](https://ember-cli-notifications.netlify.app).\n\n### Upgrading to 5.0.0\n\n#### Icons and FontAwesome\n\nAs of 5.0.0 we no longer depend on Font Awesome so you can remove any configuration you have related to the icons:\n\n```js\nvar ENV = {\n  'ember-cli-notifications': {\n    includeFontAwesome: true\n  }\n}\n```\n\nor\n\n```js\nvar ENV = {\n  'ember-cli-notifications': {\n    icons: 'bootstrap'\n  }\n}\n```\n\n#### Service Name\n\nWe have also updated the name of the service to be simply `notifications` so you can now inject the notifications service with a much simpler inject statement:\n\n```js\nimport Controller from '@ember/controller';\nimport { inject as service } from '@ember/service';\n\nexport default class MyController extends Controller {\n  @service notifications;\n}\n```\n\n#### Removing CSS modules\n\nWe have removed the use of CSS Modules so you can now override the styles more effectively without needing as many hacks. You can remove any strange hacks that you might have implemented in your app to override styles.\n\n## Contributing\n\nSee the [Contributing](CONTRIBUTING.md) guide for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmansona%2Fember-cli-notifications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmansona%2Fember-cli-notifications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmansona%2Fember-cli-notifications/lists"}