{"id":18730146,"url":"https://github.com/brian-gates/ember-alert","last_synced_at":"2025-11-12T08:30:20.699Z","repository":{"id":9778719,"uuid":"11751431","full_name":"brian-gates/ember-alert","owner":"brian-gates","description":"Simple mixin to help facilitate managing alerts in Ember.js","archived":false,"fork":false,"pushed_at":"2013-07-29T23:12:41.000Z","size":112,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T14:43:42.329Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brian-gates.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-29T22:44:20.000Z","updated_at":"2019-08-13T15:24:31.000Z","dependencies_parsed_at":"2022-08-29T06:50:46.929Z","dependency_job_id":null,"html_url":"https://github.com/brian-gates/ember-alert","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brian-gates%2Fember-alert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brian-gates%2Fember-alert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brian-gates%2Fember-alert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brian-gates%2Fember-alert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brian-gates","download_url":"https://codeload.github.com/brian-gates/ember-alert/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239599028,"owners_count":19665911,"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":[],"created_at":"2024-11-07T14:36:46.470Z","updated_at":"2025-11-12T08:30:20.638Z","avatar_url":"https://github.com/brian-gates.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ember-alert\n===========\n\nSimple mixin to help facilitate managing alerts in Ember.js\n\nUsage:\n\nJust include the mixin and call `alert`, `alertSuccess`, `alertError`, or `alertInfo` with your message.  The message will be stored at `alerts`, `successes`, `errors`, or `infos` as appropriate and can be rendered as appropriate.\n\n```javascript\nApp.ApplicationController = Ember.Controller.extend(App.Alert, {\n  init: function(){\n    this.alert(\"Here's an alert\");\n    this.alert(\"And another\");\n    this.alertSuccess('Something succeeded');\n    this.alertInfo('Some info');\n    this.alertError('Something failed');\n  }\n});\n```\n\nLive demo: http://jsbin.com/ayeder/1/edit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrian-gates%2Fember-alert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrian-gates%2Fember-alert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrian-gates%2Fember-alert/lists"}