An Elixir wrapper around the NemeStats API
If available in Hex, the package can be installed as:
Add nemestats_client
to your list of dependencies in mix.exs
:
def deps do
[{:nemestats_client, "~> 0.1.0"}]
end
Ensure nemestats_client
is started before your application:
def application do
[applications: [:nemestats_client]]
end