From c4159d27f5afb9487e78ec0f5109302e272b31d3 Mon Sep 17 00:00:00 2001 From: Gabriel Lebec Date: Sun, 14 Aug 2016 21:29:21 -0400 Subject: [PATCH] badges and screenshot --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5c9d902..8a43856 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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