Files
2025-09-21 14:58:50 +02:00

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