14 lines
194 B
Markdown
14 lines
194 B
Markdown
# SteamApi
|
|
|
|
**A library to get the relevant information from the steam api**
|
|
|
|
## Adding the library as a dependency
|
|
|
|
```elixir
|
|
def deps do
|
|
[
|
|
{:steam_api, path: "../steam_api"}
|
|
]
|
|
end
|
|
```
|