Skip to content

Commit

Permalink
🔤 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpokorny authored Jul 13, 2021
1 parent ee8e7b0 commit b09c7b6
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Promise Throttle All
# 🤏 Promise Throttle All
> Promise.all with limited concurrency
[![Build Status](https://travis-ci.org/robinpokorny/promise-throttle-all.svg?branch=master)](https://travis-ci.org/robinpokorny/promise-throttle-all)
[![License](https://badgen.net/github/license/robinpokorny/promise-throttle-all)](./LICENSE)
[![Library minified size](https://badgen.net/bundlephobia/min/promise-throttle-all)](https://bundlephobia.com/result?p=promise-throttle-all)
[![Library minified + gzipped size](https://badgen.net/bundlephobia/minzip/promise-throttle-all)](https://bundlephobia.com/result?p=promise-throttle-all)
[![CI][gh-image]][gh-url]
[![license][license-image]][license-url]
[![Library minified size][bundlephobia-image]][bundlephobia-url]
[![git3moji][git3moji-image]][git3moji-url]
![typescript][ts-image]
[![buy-me-a-coffee][coffee-image]][coffee-url]

Limit in-progress async operations, like running only few API requests at a time

## Installation

Expand Down Expand Up @@ -40,3 +45,17 @@ This module has an UMD bundle available through JSDelivr and Unpkg CDNs.
## License

Released under [MIT License](./LICENSE).


<!-- Markdown link & img dfn's -->
[gh-image]: https://img.shields.io/github/workflow/status/robinpokorny/promise-throttle-all/CI?logo=github&style=flat-square
[gh-url]: https://github.com/robinpokorny/promise-throttle-all/actions/workflows/main.yml
[license-image]: https://img.shields.io/github/license/robinpokorny/promise-throttle-all?style=flat-square
[license-url]: https://github.com/robinpokorny/promise-throttle-all/blob/master/LICENSE
[git3moji-image]: https://img.shields.io/badge/git3moji-%E2%9A%A1%EF%B8%8F%F0%9F%90%9B%F0%9F%93%BA%F0%9F%91%AE%F0%9F%94%A4-fffad8.svg?style=flat-square
[git3moji-url]: https://robinpokorny.github.io/git3moji/
[ts-image]: https://img.shields.io/badge/types-TypeScript-blue?style=flat-square
[coffee-url]: https://www.buymeacoffee.com/robinpokorny
[coffee-image]: https://img.shields.io/badge/%20-Buy%20me%20a%20coffee-FF813F?style=flat-square&logo=buy-me-a-coffee&labelColor=FF813F&logoColor=white
[bundlephobia-image]: https://img.shields.io/bundlephobia/min/promise-throttle-all?style=flat-square
[bundlephobia-url]: https://bundlephobia.com/result?p=promise-throttle-all

0 comments on commit b09c7b6

Please sign in to comment.