README.md

# RogerUi

RogerUI provides a UI dashboard for [Exq](https://github.com/bettyblocks/roger), a job processing library which use [RabbitMQ](https://www.rabbitmq.com) for the [Elixir](http://elixir-lang.org) language.

RogerUI allow you to see nodes, partitions and queues with various details levels.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `roger_ui` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:roger_ui, "~> 0.1.4"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/roger_ui](https://hexdocs.pm/roger_ui).