{"id":21414741,"url":"https://github.com/parking-master/simple-alert","last_synced_at":"2026-05-16T22:04:47.595Z","repository":{"id":159267500,"uuid":"422303949","full_name":"Parking-Master/Simple-Alert","owner":"Parking-Master","description":"This project is a remake of SweetAlert (1) to make basic beautiful alert boxes.","archived":false,"fork":false,"pushed_at":"2022-03-26T22:09:43.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T18:45:23.118Z","etag":null,"topics":["alert","alert-box","css","html","html5","javascript","javascript-alert"],"latest_commit_sha":null,"homepage":"","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/Parking-Master.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":"2021-10-28T17:52:38.000Z","updated_at":"2023-06-15T21:41:45.000Z","dependencies_parsed_at":"2023-06-11T12:45:13.182Z","dependency_job_id":null,"html_url":"https://github.com/Parking-Master/Simple-Alert","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Parking-Master/Simple-Alert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parking-Master%2FSimple-Alert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parking-Master%2FSimple-Alert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parking-Master%2FSimple-Alert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parking-Master%2FSimple-Alert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Parking-Master","download_url":"https://codeload.github.com/Parking-Master/Simple-Alert/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parking-Master%2FSimple-Alert/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266618957,"owners_count":23957273,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["alert","alert-box","css","html","html5","javascript","javascript-alert"],"created_at":"2024-11-22T18:33:07.161Z","updated_at":"2026-05-16T22:04:47.565Z","avatar_url":"https://github.com/Parking-Master.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple-Alert\nThis project is a remake of [SweetAlert (1)](https://sweetalert.js.org/) to make basic beautiful alert boxes.\n\n## Welcome to Simple-Alert\nAmazing / basic `alert`, `confirm`, and `prompt` boxes.\n\nThe library loads [SweetAlert (1)](https://sweetalert.js.org/) and makes its on custom styles for the alert box.\n\n###### Alert box\n\u003cimg alt=\"Alert\" src=\"https://user-images.githubusercontent.com/88283567/139311757-86692f3d-400f-45d9-b39b-2820d0c61c17.png\" width=\"500\" /\u003e\n\n###### Confirm box\n\u003cimg alt=\"Confirm\" src=\"https://user-images.githubusercontent.com/88283567/139311979-bb635b33-e764-4b5a-a61f-6ec23000e209.png\" width=\"500\" /\u003e\n\n###### Prompt box\n\u003cimg alt=\"Prompt\" src=\"https://user-images.githubusercontent.com/88283567/139312141-88d6f5f8-8fff-47aa-abea-16825dbe7123.png\" width=\"500\" /\u003e\n\n\u003chr /\u003e\n\n### Getting started\n1-Line code embed with CDNjs.\n```\n\u003cscript type=\"text/javascript\" src=\"https://cdn.jsdelivr.net/gh/Parking-Master/Simple-Alert@latest/simplealert.js\"\u003e\u003c/script\u003e\n```\nFor the minified version:\n```\n\u003cscript type=\"text/javascript\" src=\"https://cdn.jsdelivr.net/gh/Parking-Master/Simple-Alert@latest/simplealert.min.js\"\u003e\u003c/script\u003e\n```\nRead the [documentation](#documentation) below to make your amazing alert boxes!\n### Documentation\nYou can also try a [live preview](https://parking-master.github.io/Simple-Alert/preview.htm) before you start.\n#### Alert box\n```\nsimple.alert(\"Your message\", function() {\n/* Function after \"OK\" is pressed */\n});\n```\n#### Confirm box\n```\nsimple.confirm(\"Do you really want to do this?\", function() {\n/*\n* Function after \"OK\" is pressed.\n* If \"Cancel\" is pressed, the box will close\n*/\n});\n```\n#### Prompt box\n```\nsimple.prompt(\"Enter something:\", \"\", (val) =\u003e {\n/* \"val\" is the value from the input. */\n});\n```\nTry it out!\n\n\u003chr /\u003e\n\n###### Copyright (c) 2021 Parking Master\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparking-master%2Fsimple-alert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparking-master%2Fsimple-alert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparking-master%2Fsimple-alert/lists"}