easy to use notifications for web application using notipie.js, only 1.4kb for this magic. Save time and space.
npm install notipiejs
<script>
//success example
notipie.display('Successful', 'success', 3000);
//error example
notipie.display('Errors', 'error', 5000);
//warning example
notipie.display('Warning', 'warning', 8000);
//info example
notipie.display('Information', 'info', 10000);
</script>
![notipiejs](https://cloud.githubusercontent.com/assets/10805658/21602507/a744e2c6-d1ba-11e6-92bb-5839432fe82e.png)