{"id":19439148,"url":"https://github.com/abhiprojectz/alertia","last_synced_at":"2025-10-13T13:32:15.253Z","repository":{"id":109897549,"uuid":"266055537","full_name":"abhiprojectz/alertia","owner":"abhiprojectz","description":"Alertia is a JS library to create awesome beautifull alert messages easily!","archived":false,"fork":false,"pushed_at":"2020-10-08T05:23:07.000Z","size":134,"stargazers_count":18,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-21T15:44:57.869Z","etag":null,"topics":["alert","css","generator","library","notifications","popup","tools"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abhiprojectz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2020-05-22T08:12:37.000Z","updated_at":"2024-03-05T17:27:21.000Z","dependencies_parsed_at":"2023-03-13T14:02:01.475Z","dependency_job_id":null,"html_url":"https://github.com/abhiprojectz/alertia","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abhiprojectz/alertia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhiprojectz%2Falertia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhiprojectz%2Falertia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhiprojectz%2Falertia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhiprojectz%2Falertia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhiprojectz","download_url":"https://codeload.github.com/abhiprojectz/alertia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhiprojectz%2Falertia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015312,"owners_count":26085684,"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-10-13T02:00:06.723Z","response_time":61,"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":["alert","css","generator","library","notifications","popup","tools"],"created_at":"2024-11-10T15:21:34.259Z","updated_at":"2025-10-13T13:32:15.248Z","avatar_url":"https://github.com/abhiprojectz.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Welcome to Alertia!\n\nMake your notifications *awesome*\n\n![](https://raw.githubusercontent.com/abhiprojectz/CSS-Generator/master/assets/unnamed%20(2).gif)\n\n# Visit a visual guide on\n\n[Live website](https://abhiprojectz.github.io/alertia/)\n\n*Source code* [Alertia on github](https://github.com/abhiprojectz/alertia)\n\n# How it looks?\n\n![](https://raw.githubusercontent.com/abhiprojectz/alertia/master/assests/Screenshot_2020-05-21_193231-1.jpg)\n\n## Want  a replacement from old looking js alert ?\n\nThen just don't worry! *Alertia* can do it for you, by just a one line of code you can get a beautifull alert messages!\n\n*Alertia* is a JS library to get awesome instant alert!\n\nJust use: \n\n```\n\nalertia(\"A simple alert\");\n\n```\n\nand you get this: \n\n![](https://raw.githubusercontent.com/abhiprojectz/alertia/master/assests/Screenshot_2020-05-21_193259-1.jpg)\n\n\nmuch better , customizable than simple js alert\n\n![](https://github.com/abhiprojectz/alertia/blob/master/assests/Screenshot_2020-05-22_150130-1.jpg?raw=true)\n\n\n## Getting started\n\nLink alertia js script through JSdelivr \n\n1. Insert this script in ``` \u003chead\u003e\u003c/head\u003e ```\n\n```\n\u003cscript src=\"https://cdn.jsdelivr.net/gh/abhiprojectz/alertia/dist/alertia.js\"\u003e\u003c/script\u003e\n\n         \n\n         \n\n        \n```\n\n2. Now just call alertia \n\n```\n\n\u003cscript type=\"text/javascript\"\u003e \n\nalertia(\"a simple pop\");\n\n\u003c/script\u003e\n\n```\n\nIt also supports JSON type formatting to make it simple and easily customizable!\n\n# Installation\n\nAll you need is a script via CDN, rest it needs 0 installation\n\n# Syntax \n\n## Basic \n\nThe order is \"msg\" , \"type\" , \"style\" \u0026 \"time\"\n\nfor eg: \n\n```\n\nalertia(\"Hi! i'm on\", \"normal\" , 3000);\n\n```\n\n## Advanved \n\nUse json object formatting as:\n\n=\u003e \"msg\": \"a random msg\",\n\n\"type\":\"normal\",\n\n\"style\":\"slit\",\n\n\"time\":\"3000\"\n\nfor eg:\n\n```\n\nalertia({\"msg\": \"a random msg\",\n\n\"type\":\"normal\",\n\n\"style\":\"slit\",\n\n\"time\":\"3000\"});\n\n```\n\n# Features\n\nAlertia have various features that a modern alert should have!\n\nDifferent types of type, style etc\n\n## Type\n\nit has 3 types \n\n1. normal just a normal noification etc\n\n![](https://raw.githubusercontent.com/abhiprojectz/alertia/master/assests/Screenshot_2020-05-21_193259-1.jpg)\n\n2. Danger  for error, break code etc\n\n![](https://raw.githubusercontent.com/abhiprojectz/alertia/master/assests/Screenshot_2020-05-21_193247-1.jpg)\n\n3. success for finishing of task etc\n\n![](https://raw.githubusercontent.com/abhiprojectz/alertia/master/assests/Screenshot_2020-05-21_193231-1.jpg)\n\n## Style\n\nTo change animations you need to use style , alertis has lots of animation including roll , fade , slit , bounce etc...\n\n## Timer \n\nTo access use time: \u003cyour choice\u003e\n\n# Preview\n\n![](https://raw.githubusercontent.com/abhiprojectz/alertia/master/assests/Screenshot_2020-05-21_193259-1.jpg)\n\n# At last\n\n![](https://raw.githubusercontent.com/abhiprojectz/CSS-Generator/master/assets/unnamed%20(3).gif)\n\nIf you found this helpfull then do give it a star/upvote etc.\n\nCreated with JS by @abhiprojectz\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhiprojectz%2Falertia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhiprojectz%2Falertia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhiprojectz%2Falertia/lists"}