Skip to content

Commit f0bd108

Browse files
committed
Add badges to readme.md
1 parent d02c011 commit f0bd108

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Async Parallel Pipe
22
===================
33

4+
[![NPM Version](https://img.shields.io/npm/v/async-parallel-pipe.svg)](https://www.npmjs.com/package/async-parallel-pipe)
5+
[![Audit](https://github.com/snatalenko/async-parallel-pipe/actions/workflows/audit.yml/badge.svg)](https://github.com/snatalenko/async-parallel-pipe/actions/workflows/audit.yml)
6+
[![Tests](https://github.com/snatalenko/async-parallel-pipe/actions/workflows/tests.yml/badge.svg)](https://github.com/snatalenko/async-parallel-pipe/actions/workflows/tests.yml)
7+
[![Coverage Status](https://coveralls.io/repos/github/snatalenko/async-parallel-pipe/badge.svg?branch=main)](https://coveralls.io/github/snatalenko/async-parallel-pipe?branch=main)
8+
[![NPM Downloads](https://img.shields.io/npm/dm/async-parallel-pipe.svg)](https://www.npmjs.com/package/async-parallel-pipe)
9+
410
The function pulls input values from async iterable input, runs async action, and returns async iterable output in a same order as input was received.
511

612
Here is an example that requests random numbers from random.org with not more than 2 concurrent requests at a time:

0 commit comments

Comments
 (0)