README.md

# Rambla

**Easy publishing to many different targets**

## Installation

```elixir
def deps do
  [
    {:rambla, "~> 0.1"}
  ]
end
```

## Supported back-ends

- Rabbit (through [Amqp](https://hexdocs.pm/amqp/))
- Redis (through [Exredis](https://hexdocs.pm/exredis))
- Slack (through [Envío](https://hexdocs.pm/envio))

## Coming soon

- HTTP

## Documentation

- [https://hexdocs.pm/rambla](https://hexdocs.pm/rambla).