1.0.1 • Published 4 years ago

@faustbrian/node-hapi-rate-limiter-flexible v1.0.1

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
4 years ago

You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.


@faustbrian/node-hapi-rate-limiter-flexible

npm version

Installation

pnpm install @faustbrian/node-hapi-rate-limiter-flexible

Usage

import { plugin } from "@faustbrian/node-hapi-rate-limiter-flexible";

await server.register({
	plugin,
	options: {
    // https://github.com/faustbrian/node-hapi-rate-limiter-flexible/blob/main/source/index.ts#L17-L23
  },
});

License

This is an open-sourced software licensed under the AGPL-3.0-or-later.