Subscribe to and read from RSS feeds, everywhere
API is deployed live at: https://rss.polomack.eu
Frontend is deployed live at: https://app.rss.polomack.eu
This is the development repository for RSS App, an application to subscribe and follow RSS feeds.
The app is composed of:
- An API server, written in Rust, implementing all of the business logic for managing RSS feeds
- 3 clients:
Both the API server and the Web frontend are continuously deployed from this repository using Heroku.
You can find more information about each components in their respective folders:
api/: the API serveriOS/: the iOS applicationmacOS/: the macOS applicationweb/: the Web frontend