Skip to content

ruffjs/alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alert

Send alert to explorer server.

Methods

  • Alert.info(reason[, callback])

  • Alert.warn(reason[, callback])

  • Alert.error(reason[, callback])

Usage

var alert = require('alert');

alert.info(-1);

alert.info('hello');

alert.info(-1, function (error) {
});

alert.info('hello', function (error) {
});

About

Alert module for APP / ruffd / explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published