Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adonisjs/limiter

The official rate limiter package for AdonisJS
https://github.com/adonisjs/limiter

first-party-package

Last synced: about 1 month ago
JSON representation

The official rate limiter package for AdonisJS

Awesome Lists containing this project

README

        

# @adonisjs/limiter


[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]

## Introduction

A first-party package to implement rate limits in your AdonisJS application. The package is built on top of [node-rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) with extensive changes to the API.

## Official Documentation

The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/rate-limiter)

## Contributing

One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.

We encourage you to read the [contribution guide](https://github.com/adonisjs/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework.

## Code of Conduct

In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md).

## License

AdonisJS Limiter is open-sourced software licensed under the [MIT license](LICENSE.md).

[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/limiter/checks.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/adonisjs/limiter/actions/workflows/checks.yml 'Github action'
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[typescript-url]: "typescript"
[npm-image]: https://img.shields.io/npm/v/@adonisjs/limiter.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/@adonisjs/limiter 'npm'
[license-image]: https://img.shields.io/npm/l/@adonisjs/limiter?color=blueviolet&style=for-the-badge
[license-url]: LICENSE.md 'license'