Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 613 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 613 Bytes

Kauppalehti RSS Aggregator

This small web application fetches a few RSS feeds from the kauppalehti.fi website, combines them to one feed and renders it on a webpage.

Running the application is simple, just type check out from GitHub and type mvn jetty:run on command line. After Jetty has started, open http://localhost:8080 in your browser.

The application does some caching, so the feeds are not updated every time you reload the page. The cache expires in ten minutes and it is not persistent. Restarting the application always reloads the feeds.