ElixirCLE / boardgamegeek_client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BoardGameGeekClient

Build Status

An Elixir wrapper around the BoardGameGeek API

Installation

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

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

About

License:MIT License


Languages

Language:Elixir 100.0%