Dota2ex
Dota 2 elixir helpers.
Features:
- get match data by ID
- get matches list by params
- get live matches
- heroes, abilities, items and patches info (soon)
Installation
Add package to your app dependencies:
def deps do
[
{:dota2ex, "~> 0.1.0"}
]
endProvide your Steam WebAPI Key:
config :dota2ex, :api_key, "YOUR_KEY"Docs
The docs can be found at https://hexdocs.pm/dota2ex.