An Ember CLI addon that adds Atom inspired notification messages to your app.
Interactive documentation can be found here.
ember install ember-cli-notifications
As of 4.0.0, the addon is service based. You will need to inject the service into your consuming app.
notifications: Ember.inject.service('notification-messages')
See the documentation for a sample initializer to inject the service into all controllers, routes and components.