/cauldron

A scraper for the Battle.net API that persists data in a variety of formats.

Primary LanguageElixir

Cauldron

TODO: Add description

Installation

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

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