Packages
battlenetex
0.1.0
Battlenet is an Elixir library that exposes Blizzard's Community Platform API.
Current section
Files
Jump to
Current section
Files
battlenetex
README.md
README.md
# BattleNet
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `battlenet` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:battlenet, "~> 0.1.0"}]
end
```
2. Ensure `battlenet` is started before your application:
```elixir
def application do
[applications: [:battlenet]]
end
```