README.md

# Meuralex

Meuralex is an API wrapper for the Meural Canvas digital art frame.
Meural API Documentation: https://documenter.getpostman.com/view/1657302/RVnWjKUL?version=latest

## Installation

The package can be installed by adding `meuralex` to your list of dependencies in `mix.exs`:

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

## Usage

A valid Meural token is required. There are two ways to set the token.

1) In your config file `config :meuralex, :token, "SET_TOKEN_HERE"`
2) Set it as an environment variable `MEURAL_API_TOKEN`

Library Documentation: https://hexdocs.pm/meuralex