Skip to content

Commit 3463967

Browse files
committed
Added README badges
1 parent 1834153 commit 3463967

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Adds XML parsing to the [body-parser](https://github.com/expressjs/body-parser)
44

55
This is really useful if you want to deal with plain old JavaScript objects, but you need to interface with XML APIs.
66

7+
[![Build Status](https://travis-ci.org/fiznool/body-parser-xml.svg?branch=master)](https://travis-ci.org/fiznool/body-parser-xml)
8+
[![npm version](https://badge.fury.io/js/body-parser-xml.svg)](http://badge.fury.io/js/body-parser-xml)
9+
[![Dependency Status](https://david-dm.org/fiznool/body-parser-xml.svg)](https://david-dm.org/fiznool/body-parser-xml)
10+
[![devDependency Status](https://david-dm.org/fiznool/body-parser-xml/dev-status.svg)](https://david-dm.org/fiznool/body-parser-xml#info=devDependencies)
11+
712
## Installation
813

914
```

0 commit comments

Comments
 (0)