/ex_tappd

Untappd API Wrapper for Elixir

Primary LanguageElixir

ExTappd

Untappd for Business wrapper for Elixir

Requirements

  • Elixir 1.8.1

Installation

If available in Hex, the package can be installed by adding ex_tappd to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_tappd, "~> 0.0.1"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_tappd.

Inspiration

Drew some inspiration from SpotifyEx and Tentacat