This repo is a companion to the Test-driven Development in Elixir: Building a Rate Limiter with ExRated, ExUnit, and Doctests guide by Nick West.
Within, you will find an example rate limiter written in Elixir with ExRated, unit tests, and doctests.
- Install dependencies with
mix deps.get
- Run tests with
mix test