Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 346 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 346 Bytes

Alerter

General purpose system messages to frontend

Demo page: http://jaredshaunsmith.github.io/alerter/example.html

To install via npm:

npm install alerter --save-dev

Alerter:

	new Alerter({
    	message: 'Big Time Important Message', 
        prefix: 'my-class',
        trigger: false
    });