Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.89 KB

README.md

File metadata and controls

34 lines (30 loc) · 1.89 KB

🦄 Tech News Daily 🦄

The Tech News Daily (TND) project creates a minimal website that shows you the latest published articles from a list of tech blog.
We can divide the project in three main parts:

  1. The News Poller: periodically listening to feeds and updating the feed database.
  2. The News Endpoint: an API exposing the news ordered by latest.
  3. The News Website: a lightweight website showing the latest news.

It is made using Apache Camel, Quarkus and Angular. Read more about it here.

News Blogs

Currently, the poller listen to feeds from:

If you wanto to add support to a new blog open an issue/send a pull request.