Skip to main content

README.md

# Kota

<!-- rdmx :badges
    hexpm         : "kota?color=4e2a8e"
    github_action : "lud/kota/elixir.yaml?label=CI&branch=main"
    license       : kota
    -->
[![hex.pm Version](https://img.shields.io/hexpm/v/kota?color=4e2a8e)](https://hex.pm/packages/kota)
[![Build Status](https://img.shields.io/github/actions/workflow/status/lud/kota/elixir.yaml?label=CI&branch=main)](https://github.com/lud/kota/actions/workflows/elixir.yaml?query=branch%3Amain)
[![License](https://img.shields.io/hexpm/l/kota.svg)](https://hex.pm/packages/kota)
<!-- rdmx /:badges -->

A simple and correct rate limiter for Elixir


## Installation

<!-- rdmx :app_dep vsn:$app_vsn -->
```elixir
defp deps do
  [
    {:kota, "~> 0.1"},
  ]
end
```
<!-- rdmx /:app_dep -->


## Documentation

[The documentation is available on hex.pm.](https://hexdocs.pm/kota)