1
0
mirror of https://gitlab.com/Anson-Projects/anson-stuff/zinetest.git synced 2025-06-15 05:26:39 +00:00

Add README.md

This commit is contained in:
Anson Biggs 2024-02-23 06:08:35 +00:00
parent f8ffd9b95f
commit eaf2332a9b

3
README.md Normal file
View File

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