From 41acf0154fcf48163f8895d8d8132e06487750d3 Mon Sep 17 00:00:00 2001 From: Surbhi <98279679+Surbhi-sharma1@users.noreply.github.com> Date: Fri, 14 Jul 2023 19:29:01 +0530 Subject: [PATCH] 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 --- README.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a8ca89..164ab54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,26 @@ -# loopback4-ratelimiter - -[![LoopBack]()](http://loopback.io/) +ARC By SourceFuse logo + +# [loopback4-ratelimiter](https://github.com/sourcefuse/loopback4-ratelimiter) + +

+ +npm version + + +GitHub contributors + + +downloads + + +License + + +Powered By LoopBack 4 + +

+ +## Overview 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)