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:
def deps do
[
{:meuralex, "~> 0.1.2"}
]
endUsage
A valid Meural token is required. There are two ways to set the token.
-
In your config file
config :meuralex, :token, "SET_TOKEN_HERE" -
Set it as an environment variable
MEURAL_API_TOKEN
Library Documentation: https://hexdocs.pm/meuralex