Skip to content

Commit 41acf01

Browse files
docs(chore): add arc branding (#123)
* docs(chore): add arc branding add arc branding GH-122 * docs(chore): make overview a h2 level heading by adding and extra hash GH-122 --------- Co-authored-by: Shubham P <shubham.prajapat@sourcefuse.com>
1 parent 8642bda commit 41acf01

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
1-
# loopback4-ratelimiter
2-
3-
[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png>)](http://loopback.io/)
1+
<a href="https://sourcefuse.github.io/arc-docs/arc-api-docs" target="_blank"><img src="https://github.com/sourcefuse/loopback4-microservice-catalog/blob/master/docs/assets/logo-dark-bg.png?raw=true" alt="ARC By SourceFuse logo" title="ARC By SourceFuse" align="right" width="150" /></a>
2+
3+
# [loopback4-ratelimiter](https://github.com/sourcefuse/loopback4-ratelimiter)
4+
5+
<p align="left">
6+
<a href="https://www.npmjs.com/package/loopback4-ratelimiter">
7+
<img src="https://img.shields.io/npm/v/loopback4-ratelimiter.svg" alt="npm version" />
8+
</a>
9+
<a href="https://github.com/sourcefuse/loopback4-ratelimiter/graphs/contributors" target="_blank">
10+
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/sourcefuse/loopback4-ratelimiter">
11+
</a>
12+
<a href="https://www.npmjs.com/package/loopback4-ratelimiter" target="_blank">
13+
<img alt="downloads" src="https://img.shields.io/npm/dw/loopback4-ratelimiter.svg">
14+
</a>
15+
<a href="https://github.com/sourcefuse/loopback4-ratelimiter/blob/master/LICENSE">
16+
<img src="https://img.shields.io/github/license/sourcefuse/loopback4-ratelimiter" alt="License" />
17+
</a>
18+
<a href="https://loopback.io/" target="_blank">
19+
<img alt="Powered By LoopBack 4" src="https://img.shields.io/badge/Powered%20by-LoopBack 4-brightgreen" />
20+
</a>
21+
</p>
22+
23+
## Overview
424

525
A simple loopback-next extension for rate limiting in loopback applications. This extension uses [express-rate-limit](https://github.com/nfriedly/express-rate-limit) under the hood with redis, memcache and mongodDB used as store for rate limiting key storage using [rate-limit-redis](https://github.com/wyattjoh/rate-limit-redis), [rate-limit-memcached](https://github.com/linyows/rate-limit-memcached) and [rate-limit-mongo](https://github.com/2do2go/rate-limit-mongo)
626

0 commit comments

Comments
 (0)