Skip to content

Creates a wall paper with all games of a given user on BoardGameGeek.com

License

Notifications You must be signed in to change notification settings

besessener/BGGWallPaper

Repository files navigation

BGGWallPaper

Creates a wall paper based with all games of a given user on BoardGameGeek.com

Run the spring boot application with ./gradlew bootRun. Access it on http://localhost:8080/collection

It requires some parameters to properly work:

  • username (required: yes): BGG username of the user you want to see the collection of.
  • size (required = false, defaultValue = "150"): size of each boardgames cover on the wall chart.
  • showName (required = false, defaultValue = "false"): dispay game name as image overlay.
  • showUrl (required = false, defaultValue = "true"): make images clickable by adding their links to BGG.
  • shuffle (required = false, defaultValue = "false"): order alphabetically or randomly.

example: http://localhost:8080/collection?username=besessener&size=85&showName=no&showUrl=no&shuffle=yes

image

About

Creates a wall paper with all games of a given user on BoardGameGeek.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages