A RESTful service that pulls the last 10 strips from two different sources, a public API for the Webcomic XKCD and an RSS feed, and combines them into a single JSON file (20 recent entries in total).
A public API for the webcomic XKCD – https://xkcd.com/json.html
An RSS feed for PDL: http://feeds.feedburner.com/PoorlyDrawnLines
Run mvn spring-boot:run
from the command line in the project's root folder. This will start the comic strips reader service under this URL: http://localhost:8080/
Run mvn clean install
from the command line.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.