Skip to content

A RESTful service that pulls the last 10 strips from two different sources and combines them into a single JSON file

Notifications You must be signed in to change notification settings

kaziyas/comic-strips-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

comic-strips-reader

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).

Requirements

A public API for the webcomic XKCD – https://xkcd.com/json.html

An RSS feed for PDL: http://feeds.feedburner.com/PoorlyDrawnLines

Getting Started

Prerequisites

Running the service

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/

Running the build

Run mvn clean install from the command line.

Built With

Contributing

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.

Authors

About

A RESTful service that pulls the last 10 strips from two different sources and combines them into a single JSON file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages