/m4-api

Primary LanguageElixir

M4Api

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add m4_api to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:m4_api, "~> 0.1.0"}]
end
```
  1. Ensure m4_api is started before your application:
```elixir
def application do
  [applications: [:m4_api]]
end
```