{"id":22761052,"url":"https://github.com/ryank90/backbonenotifications","last_synced_at":"2025-07-04T11:06:35.471Z","repository":{"id":17823948,"uuid":"20724935","full_name":"Ryank90/BackboneNotifications","owner":"Ryank90","description":"Handle alerts / messages in Backbone using the Bootstrap messaging component","archived":false,"fork":false,"pushed_at":"2014-06-13T08:38:50.000Z","size":128,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-04T11:06:33.883Z","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/Ryank90.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":"2014-06-11T12:53:13.000Z","updated_at":"2014-08-05T10:47:06.000Z","dependencies_parsed_at":"2022-08-04T21:15:36.595Z","dependency_job_id":null,"html_url":"https://github.com/Ryank90/BackboneNotifications","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ryank90/BackboneNotifications","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryank90%2FBackboneNotifications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryank90%2FBackboneNotifications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryank90%2FBackboneNotifications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryank90%2FBackboneNotifications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ryank90","download_url":"https://codeload.github.com/Ryank90/BackboneNotifications/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryank90%2FBackboneNotifications/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263499193,"owners_count":23476021,"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-12-11T09:10:32.053Z","updated_at":"2025-07-04T11:06:35.446Z","avatar_url":"https://github.com/Ryank90.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Backbone Notifications Manager\n==============================\n\nThis module will handle all alerts and messages to be displayed in a backbone application with the bootstrap dependency.\n\nDependencies\n====\n\nBootstrap\n\nHow to use\n====\n\nOn its own:\n\n    var successNotification = new NotificationModule({\n        notifyType: 'success',\n        message: 'This is a success'\n    });\n    \n    var errorNotification = new NotificationModule({\n        notifyType: 'error',\n        message: 'This is an error'\n    });\n\nWith the ViewManager Plugin to handle instances [ViewManager](https://github.com/Ryank90/backbone-view-manager)\n\n    var successNotification = ViewManager.ViewCreate('successNotification', function () {\n        return new NotificationModule({\n            notifyType: 'success',\n            message: 'This is a success'\n        });\n    });\n    \n    var errorNotification = ViewManager.ViewCreate('errorNotification', function () {\n        return new NotificationModule({\n            notifyType: 'error',\n            message: 'This is an error'\n        });\n    });\n    \n**NotifyTypes include:**\n\n* Success\n* Error\n* Warning\n* Information\n\n**Other options that can be passed:**\n\n* automaticallyClose: boolean (true or false) - this will automatically close the notification\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryank90%2Fbackbonenotifications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryank90%2Fbackbonenotifications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryank90%2Fbackbonenotifications/lists"}