Skip to content

bunyan stream for ServerChan (message push service)

Notifications You must be signed in to change notification settings

TooBug/bunyan-serverchan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

bunyan stream of ServerChan (A push service at http://sc.ftqq.com/)

what

bunyan is a node.js module to handle errors. And it provides a interface for developers to handle the errors.

This module is a wrapper of ServerChan push service, to send the error catght by bunyan.

Install

npm install bunyan-serverchan --save

Usage

var ServerChan = require('bunyan-serverchan');

bunyan.createLogger({
	name: 'app',
	streams:[{
		level: 'error',
		stream: new ServerChan({key:MY_SERVER_CHAN_KEY})
	}]
});

History

v0.1.0 2016-01-18

  • First release.

About

bunyan stream for ServerChan (message push service)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published