Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 690 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 690 Bytes

steamgrid-proxy

Building

Assuming you have go installed, run following command in root directory of the project

go build

Setup config.json file

cp config/config.example.json config/config.json

Modify config/config.json accordingly
You can generate API key here

Image URLs are cached in cache directory in subdirectories based on image type

Run the server

./steamgrid-proxy

API

/api/search/GAME TITLE/IMAGE_TYPE

GAME TITLE - title of a game you are looking for
IMAGE_TYPE - (optional default - grids)

Supported image types

  • grids
  • hgrids
  • heroes
  • logos
  • icons