Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (6 months ago)
- Last Synced: 2024-05-21T23:03:51.033Z (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,054
- Watchers: 74
- Forks: 304
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub version](https://badge.fury.io/gh/MohammadYounes%2FAlertifyJS.svg)](http://badge.fury.io/gh/MohammadYounes%2FAlertifyJS)
[![NuGet version](https://badge.fury.io/nu/AlertifyJS.svg)](http://badge.fury.io/nu/AlertifyJS)
[![npm version](https://badge.fury.io/js/alertifyjs.svg)](http://badge.fury.io/js/alertifyjs)
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/alertifyjs/badge?style=rounded)](https://www.jsdelivr.com/package/npm/alertifyjs)AlertifyJS
==========[![Join the chat at https://gitter.im/MohammadYounes/AlertifyJS](https://badges.gitter.im/Join%20Chat.svg)](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[![alertifyjs-dialog](https://cloud.githubusercontent.com/assets/4712046/4170670/0d50b04c-3535-11e4-87a7-1ce62dd0d77e.png)](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])