Skip to content

Commit

Permalink
Add more badges
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 15, 2019
1 parent 72b55ba commit 37a1bdc
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# linked-list [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
# linked-list

[![Build][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]

Small double [linked list][wiki].

Expand Down Expand Up @@ -310,13 +315,21 @@ The items parent list, and `null` otherwise.

<!-- Definitions -->

[travis-badge]: https://img.shields.io/travis/wooorm/linked-list.svg
[build-badge]: https://img.shields.io/travis/wooorm/linked-list.svg

[build]: https://travis-ci.org/wooorm/linked-list

[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/linked-list.svg

[coverage]: https://codecov.io/github/wooorm/linked-list

[downloads-badge]: https://img.shields.io/npm/dm/linked-list.svg

[travis]: https://travis-ci.org/wooorm/linked-list
[downloads]: https://www.npmjs.com/package/linked-list

[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/linked-list.svg
[size-badge]: https://img.shields.io/bundlephobia/minzip/linked-list.svg

[codecov]: https://codecov.io/github/wooorm/linked-list
[size]: https://bundlephobia.com/result?p=linked-list

[npm]: https://docs.npmjs.com/cli/install

Expand Down

0 comments on commit 37a1bdc

Please sign in to comment.