Skip to content

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

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages