ElixirCLE / nemestats_client

3 stars 2 forks source link

NemeStatsClient

Build Status

An Elixir wrapper around the NemeStats API

Installation

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

  1. Add nemestats_client to your list of dependencies in mix.exs:

    def deps do
      [{:nemestats_client, "~> 0.1.0"}]
    end
  2. Ensure nemestats_client is started before your application:

    def application do
      [applications: [:nemestats_client]]
    end