Skip to content

Commit

Permalink
DOCS: Badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz A.J. Wrona committed Jan 6, 2017
1 parent 6ae7392 commit 53bdb4f
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# co-reduce-any

[![Build Status][travis-img]][travis-url]
[![Coverage Status][coveralls-img]][coveralls-url]
[![Dependencies][david-img]][david-url]
[![devDependency Status][david-dev-img]][david-dev-url]
[![Github Releases][release-img]][release-url]
[![GitHub license][license-img]][license-url]
[![Node version][node-img]][node-url]


## Reduce anything in [Co](https://www.npmjs.com/package/co)-like manner

Provides a consistent interface for reducing arrays, strings,
Expand Down Expand Up @@ -60,7 +69,18 @@ provided for consistency
It's to preserve consistency with `for...of` loop over ES6 Map. That
way you can write algorithms that work on any kind of collection.

# Requirements

- Node 4.7 and greater

[travis-img]: https://travis-ci.org/LAJW/co-reduce-any.svg?branch=master
[travis-url]: https://travis-ci.org/LAJW/co-reduce-any
[coveralls-img]: https://coveralls.io/repos/github/LAJW/co-reduce-any/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/LAJW/co-reduce-any?branch=master
[david-img]: https://david-dm.org/lajw/co-reduce-any.svg
[david-url]: https://david-dm.org/lajw/co-reduce-any
[david-dev-img]: https://david-dm.org/lajw/co-reduce-any/dev-status.svg
[david-dev-url]: https://david-dm.org/lajw/co-reduce-any#info=devDependencies
[release-img]: https://img.shields.io/github/release/lajw/co-reduce-any.svg
[release-url]: https://github.com/lajw/co-reduce-any/releases
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg
[license-url]: https://raw.githubusercontent.com/lajw/co-reduce-any/master/LICENSE
[node-img]: https://img.shields.io/node/v/co-reduce-any.svg
[node-url]: https://npmjs.org/package/co-reduce-any

0 comments on commit 53bdb4f

Please sign in to comment.