Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhreeowki/rss_aggregator
RSS feed aggregator backend project using Go.
https://github.com/muhreeowki/rss_aggregator
Last synced: 2 months ago
JSON representation
RSS feed aggregator backend project using Go.
- Host: GitHub
- URL: https://github.com/muhreeowki/rss_aggregator
- Owner: muhreeowki
- Created: 2024-05-24T09:35:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T11:20:08.000Z (8 months ago)
- Last Synced: 2024-05-29T03:33:00.531Z (8 months ago)
- Language: Go
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSS Aggregator
## Description
This project is a simple RSS Aggregator that fetches RSS feeds from multiple sources and displays them in a single, unified view. It is built using Go.
## Usage
To run the project, you need to have Go installed on your machine. Clone the repository and navigate to the root directory. Run the following command:
`go build && ./rss-aggregator`