README.md

# TeslaReplay

[![Build Status](https://travis-ci.org/l1h3r/tesla_replay.svg?branch=master)](https://travis-ci.org/l1h3r/tesla_replay)
[![Coverage Status](https://coveralls.io/repos/github/l1h3r/tesla_replay/badge.svg?branch=master)](https://coveralls.io/github/l1h3r/tesla_replay?branch=master)
[![Hex.pm](https://img.shields.io/hexpm/v/tesla_replay.svg?style=flat-square)](https://hex.pm/packages/tesla_replay)
[![Hex.pm](https://img.shields.io/hexpm/dt/tesla_replay.svg?style=flat-square)](https://hex.pm/packages/tesla_replay)

Simple [Tesla](https://github.com/teamon/tesla) middleware for saving/replaying response data.

## Installation

```elixir
def deps do
  [
    {:tesla_replay, "~> 0.1.0"}
  ]
end
```