{"id":26218328,"url":"https://github.com/starcodekh/alert-imessage","last_synced_at":"2026-04-14T12:34:11.791Z","repository":{"id":281294749,"uuid":"944846840","full_name":"StarCodeKh/alert-imessage","owner":"StarCodeKh","description":"Alert message custom on bootstrap 5.3","archived":false,"fork":false,"pushed_at":"2025-03-08T04:58:59.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T05:25:36.318Z","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/StarCodeKh.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-08T04:45:41.000Z","updated_at":"2025-03-08T04:59:02.000Z","dependencies_parsed_at":"2025-03-08T05:35:52.490Z","dependency_job_id":null,"html_url":"https://github.com/StarCodeKh/alert-imessage","commit_stats":null,"previous_names":["starcodekh/alert-imessage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StarCodeKh/alert-imessage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarCodeKh%2Falert-imessage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarCodeKh%2Falert-imessage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarCodeKh%2Falert-imessage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarCodeKh%2Falert-imessage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StarCodeKh","download_url":"https://codeload.github.com/StarCodeKh/alert-imessage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarCodeKh%2Falert-imessage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28029140,"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","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-03-12T13:16:19.164Z","updated_at":"2025-12-25T12:18:19.417Z","avatar_url":"https://github.com/StarCodeKh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alert-imessage\nAlert message custom on bootstrap 5.3\n\n# Example calls JS\n// imessage.show(\"Default Success!\", \"success\");\n// imessage.show(\"Top Center Message!\", \"info\", \"top-center\");\n// imessage.show(\"Bottom Right Warning!\", \"warning\", \"bottom-right\");\n// imessage.show(\"Bottom Left Error!\", \"fail\", \"bottom-left\");\n// imessage.show(\"Centered Notification!\", \"info\", \"center\");\n\n# Example calls in Laravel\n return redirect()-\u003eback()-\u003ewith('success', 'Default Success!');\n return redirect()-\u003eback()-\u003ewith('error', 'Default Error!');\n return redirect()-\u003eback()-\u003ewith('info', 'Default Info!');\n return rredirect()-\u003eback()-\u003ewith('warning', 'Default Warning!');\n\n# Example calls in Laravel on main page\n\u003cscript\u003e\n    document.addEventListener(\"DOMContentLoaded\", function () {\n        let messages = {\n            success: \"{{ session('success') }}\",\n            error: \"{{ session('error') }}\",\n            warning: \"{{ session('warning') }}\",\n            info: \"{{ session('info') }}\"\n        };\n\n        Object.keys(messages).forEach(type =\u003e {\n            if (messages[type]) {\n                new Message('imessage').show(messages[type], type === \"error\" ? \"fail\" : type, \"top-center\");\n            }\n        });\n    });\n\u003c/script\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarcodekh%2Falert-imessage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarcodekh%2Falert-imessage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarcodekh%2Falert-imessage/lists"}