README.md
# Datalixir
Datalixir is a library for building data visulations and dashboards for Elixir and Phoenix.
## Installation
The package can be installed by adding `datalixir` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:datalixir, "~> 0.1.0"}
]
end
```
## Documentation
Documentation can be found at <https://hexdocs.pm/datalixir>.