Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 988 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 988 Bytes

github-fop-sb

A mini project to generate a basic PDF of a GitHub user's repos using SpringBoot, Apache FOP and XSLT. Definitely not the best, but it was a fun thing to mess around with for a bit.

Test Calls

Setup

  • Add github token with read permissions to src/main/resources/application.properties
  • gradlew bootrun - listening on http://127.0.0.1:8080

References