zacchen / AlertifyJS

A javascript framework for developing pretty browser dialogs and notifications.

Home Page:http://www.alertifyjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub version NuGet version npm version

AlertifyJS

Join the chat at https://gitter.im/MohammadYounes/AlertifyJS

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

Install-Package AlertifyJS

###Install with NPM

npm install alertifyjs --save

Documentation

Check out the interactive documentation at http://alertifyjs.com

alertifyjs-dialog

Browser support

Last two versions.

Running documentation locally

  • Clone the repo
git clone git@github.com:MohammadYounes/AlertifyJS.git
  • Install dev dependencies
npm update; npm install;
  • Build the project
grunt
  • Start documnetation server
docpad run

Community Contribution

Bugs & Questions

Please review the guidelines for contributing.

You can fork this codepen or this jsfiddle to get started.


Contact: Mohammad@alertifyjs.com

About

A javascript framework for developing pretty browser dialogs and notifications.

http://www.alertifyjs.com

License:MIT License


Languages

Language:JavaScript 70.4%Language:CSS 23.2%Language:ApacheConf 3.4%Language:HTML 1.9%Language:CoffeeScript 1.1%