Skip to content

Commit 836e3da

Browse files
committed
docs: add badges
1 parent 08ae82b commit 836e3da

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# basic-auth
22

3-
Generic basic auth Authorization header field parser for whatever.
3+
[![NPM Version][npm-image]][npm-url]
4+
[![NPM Downloads][downloads-image]][downloads-url]
5+
[![Node.js Version][node-version-image]][node-version-url]
6+
[![Build Status][travis-image]][travis-url]
7+
[![Test Coverage][coveralls-image]][coveralls-url]
8+
9+
Generic basic auth Authorization header field parser for whatever.
410

511
## Installation
612

@@ -48,3 +54,14 @@ server.listen(3000)
4854
# License
4955

5056
[MIT](LICENSE)
57+
58+
[npm-image]: https://img.shields.io/npm/v/basic-auth.svg?style=flat
59+
[npm-url]: https://npmjs.org/package/basic-auth
60+
[node-version-image]: https://img.shields.io/badge/node.js-%3E%3D_0.8-brightgreen.svg?style=flat
61+
[node-version-url]: http://nodejs.org/download/
62+
[travis-image]: https://img.shields.io/travis/jshttp/basic-auth.svg?style=flat
63+
[travis-url]: https://travis-ci.org/jshttp/basic-auth
64+
[coveralls-image]: https://img.shields.io/coveralls/jshttp/basic-auth.svg?style=flat
65+
[coveralls-url]: https://coveralls.io/r/jshttp/basic-auth?branch=master
66+
[downloads-image]: https://img.shields.io/npm/dm/basic-auth.svg?style=flat
67+
[downloads-url]: https://npmjs.org/package/basic-auth

0 commit comments

Comments
 (0)