Skip to content

Commit

Permalink
badges and screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
glebec committed Aug 15, 2016
1 parent 8f2981a commit c4159d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![npm version](https://img.shields.io/npm/v/volleyball.svg?maxAge=3600)](https://www.npmjs.com/package/potential)
[![Codeship](https://img.shields.io/codeship/6f38c760-44b0-0134-bda6-02154be91b77.svg)](https://codeship.com/projects/155189)
[![Greenkeeper.io is keeping this repo's dependencies up to date](https://img.shields.io/badge/greenkeeper.io-monitoring-brightgreen.svg?maxAge=3600)](https://greenkeeper.io/)

# 🏐 Volleyball

### Small Express HTTP logger for debugging asynchronous requests and responses
Expand All @@ -9,6 +13,8 @@ const volleyball = require('volleyball')
app.use(volleyball)
```

![Screenshot](https://cloud.githubusercontent.com/assets/7230206/17653596/ff26ea3a-6265-11e6-8b6d-5f8f5e3f19c6.jpg)

Volleyball is a minimal Connect-style middleware function which logs incoming requests and outgoing responses as separate events. It optionally supports the [`debug`](https://github.com/visionmedia/debug#readme) module.

## Motivation
Expand Down

0 comments on commit c4159d2

Please sign in to comment.