Skip to content

goodeggs/rollbar-stream

Repository files navigation

Rollbar Stream

Stream errors to rollbar

NPM version Build Status MIT License

Usage

npm install rollbar-stream
var rollbarStream = require('rollbar-stream');

Contributing

Please follow our Code of Conduct when contributing to this project.

$ git clone https://github.com/goodeggs/rollbar-stream && cd rollbar-stream
$ npm install
$ npm test

Module scaffold generated by generator-goodeggs-npm.