Skip to content

Commit

Permalink
Donnez-moi la postette!
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrdo authored Jun 19, 2019
1 parent 7c0be0b commit 23c800b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
###### This is pre-release software, but please **[log issues](https://github.com/ptrdo/postette/issues)** found.
# Postette `v0.4.0`
A zero-dependency gadget for the management and execution of notifications to a person interacting with a web client application.
A gadget for establishing a dialogue between a web client application and the human interacting with it.

*Donnez-moi la postette!*
### The Gist
This JavaScript module, [postette.js](postette.js), should allow a web client to communicate important information to a person interacting with it, including alerts, warnings, and errors. Communicating important events to the person interacting with a web client is friendly and conducive to better usability.

Expand Down Expand Up @@ -278,4 +280,4 @@ document.body.addEventListener("click", function(event) {
// assuming Postette.getConfig().clickAway === true;
Postette.globalClickHandler(event);
});
```
```

0 comments on commit 23c800b

Please sign in to comment.