Skip to content

ElixirCLE/boardgamegeek_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
```

Releases

No releases published

Packages

No packages published

Languages