A simple RSS reader using the latest iOS features.
- SwiftData to store feed and items offline
- FeedKit to parse RSS feeds
- SDWebImage to load remote images
- Firebase Realtime Datebase to drive feed search index
- When users add feeds via URL they contributes to the index for future searches.
- Sorting and filtering by feed
- Xcode version 15.0+
- Install SwiftLint
brew install swiftlint
- Using Firebase Realtime Datebase to drive the feed search index. To build this project locally you need to setup a personal Firebase project and include the plist at
Echo/GoogleService-Info.plist
.
- Feel free to open a PR to contribute!
This project is released under the MIT License.