Skip to content

Commit

Permalink
adding readme and adding test to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
soldair committed Oct 5, 2012
1 parent caf15cf commit 08a8a62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
@@ -1,3 +1,6 @@

[![Build Status](https://secure.travis-ci.org/soldair/node-tailreceiver.png)](http://travis-ci.org/soldair/node-tailreceiver)

# tailreceiver

Get log data as json over tcp from forwardho servers. commit the data to log files unique to name and host. rotate and gzip files based on configured interval. Watch line events to publish data to stats or an event bus.
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -17,6 +17,9 @@
"yunofast":"~0.0.1",
"tap":"*"
},
"scripts":{
"test":"tap test/*.js"
},
"optionalDependencies": {},
"repository":"git://github.com/soldair/node-tailreceiver.git",
"engines": {
Expand Down

0 comments on commit 08a8a62

Please sign in to comment.