# jQuery Notification Plugin [![Build Status](https://travis-ci.org/ledere/jquery-notification.png)](https://travis-ci.org/ledere/jquery-notification)

Plugin that can display all sorts of user notification in a HTML5 client

## Getting Started

Download the [production version][min] or the [development version][max].

[min]: https://raw.github.com/ledere/jquery-notification/master/dist/jquery.notification.min.js
[max]: https://raw.github.com/ledere/jquery-notification/master/dist/jquery.notification.js

In your web page:

```html
<script src="jquery.js"></script>
<script src="dist/notification.min.js"></script>
<script>
jQuery(function($) {
  $.awesome(); // "awesome"
});
</script>
```

## Documentation
_(Coming soon)_

## Examples
_(Coming soon)_

## Release History
_(Nothing yet)_
