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