From eaf2332a9b91274d5d69d4b3ac5f27bd352e8bba Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Fri, 23 Feb 2024 06:08:35 +0000 Subject: [PATCH] Add README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..04d7d3d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Anson's Aggregated Feed + +Anson's Aggregated Feed is a Rust application designed to aggregate content from multiple RSS feeds, creating a personalized news page. It fetches articles from specified RSS feed URLs, generates HTML cards for each entry, and outputs a single, styled HTML page. This project showcases the use of Rust for web content aggregation and manipulation, leveraging several powerful crates for parsing RSS feeds, handling dates and times, making HTTP requests, and rendering HTML.