Very simple notification plugin written using vanilla javascript.
notify.show('your message', 'status', time); //time in milliseconds, status success, error
//Example: success message
notify.show('Hello World', 'success'); //time is optional, default is 3 seconds
//Example: error message
notify.show('Hello World', 'error', 3000);Do anything you want with this plugin.
Thanks!!
MIT




