https://github.com/MohammadYounes/AlertifyJS
A javascript framework for developing pretty browser dialogs and notifications.
https://github.com/MohammadYounes/AlertifyJS
alert alertifyjs confirm dialog modal modal-dialogs notifications prompt
Last synced: about 1 month ago
JSON representation
A javascript framework for developing pretty browser dialogs and notifications.
- Host: GitHub
- URL: https://github.com/MohammadYounes/AlertifyJS
- Owner: MohammadYounes
- License: gpl-3.0
- Created: 2014-08-01T19:22:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T06:18:21.000Z (11 months ago)
- Last Synced: 2024-10-29T11:27:00.090Z (6 months ago)
- Topics: alert, alertifyjs, confirm, dialog, modal, modal-dialogs, notifications, prompt
- Language: JavaScript
- Homepage: https://alertifyjs.com
- Size: 4.2 MB
- Stars: 2,075
- Watchers: 75
- Forks: 304
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://badge.fury.io/gh/MohammadYounes%2FAlertifyJS)
[](http://badge.fury.io/nu/AlertifyJS)
[](http://badge.fury.io/js/alertifyjs)
[](https://www.jsdelivr.com/package/npm/alertifyjs)AlertifyJS
==========[](https://gitter.im/MohammadYounes/AlertifyJS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
> AlertifyJS is an extreme makeover of alertify.js by @fabien-d
### Install with [NuGet](https://www.nuget.org/packages/AlertifyJS/)
```
Install-Package AlertifyJS
```### Install with [NPM](https://www.npmjs.com/package/alertifyjs/)
```
npm install alertifyjs --save
```Documentation
==========
Check out the interactive documentation at http://alertifyjs.com[](http://alertifyjs.com)
Browser support
==========
Last two versions.Running documentation locally
==========
* Clone the repo
```
git clone [email protected]:MohammadYounes/AlertifyJS.git
```* Install dev dependencies
```
npm update; npm install;
```* Build the project
```
grunt
```* Start documentation server
```
docpad run
```
* Open your browser to http://localhost:9778/Dependencies
==========
None.Community Contribution
==========* [alertifyjs-rails](https://github.com/mkhairi/alertifyjs-rails) by **[@mkhairi](https://github.com/mkhairi)**
* [meteor-alertifyjs](https://github.com/ovcharik/meteor-alertifyjs/) by **[@ovcharik](https://github.com/ovcharik)**Bugs & Questions
==========
Please review the guidelines for [contributing](https://github.com/MohammadYounes/AlertifyJS/blob/master/CONTRIBUTING.md).
>You can fork this [codepen](http://codepen.io/anon/pen/raohK) or this [jsfiddle](http://jsfiddle.net/g2o52zq7/) to get started.------
Contact: [[email protected]](mailto:[email protected])