RSS Aggregator is a tool designed to collect and display RSS feeds from various sources in one convenient location. This application allows users to subscribe to their favorite websites, blogs, and news outlets and aggregates their content into a single, easy-to-read format.
- Subscribe to Feeds: Users can add their favorite RSS feeds by entering the feed's URL.
- Automatic Updates: The aggregator automatically updates feeds, ensuring the latest content is always available.
- Custom Categories(Coming soon): Organize your feeds into categories for easier navigation and management.
- Read Offline(Coming soon): Save articles for offline reading.
- User-Friendly Interface(Coming soon): A clean and intuitive interface makes it easy to navigate through your feeds.
- A modern web browser.
- Internet connection to access RSS feeds.
- Clone the repository to your local machine:
git clone https://github.com/JJ810/rss-aggregator.git
- Navigate to the project directory:
cd rss-aggregator
- Run the server:
go build && ./rss_aggregator