https://github.com/i10416/rss-modules
rss modules compatible with rss 1.0, 2.0 and atom xml format.
https://github.com/i10416/rss-modules
dart rss
Last synced: 10 months ago
JSON representation
rss modules compatible with rss 1.0, 2.0 and atom xml format.
- Host: GitHub
- URL: https://github.com/i10416/rss-modules
- Owner: i10416
- Created: 2021-08-17T17:04:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T12:52:57.000Z (over 3 years ago)
- Last Synced: 2025-03-02T10:41:52.932Z (over 1 year ago)
- Topics: dart, rss
- Language: Dart
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RSS Modules
[](https://github.com/i10416/rss-modules/actions/workflows/core_test.yaml)
Modules for creating RSS reader compatible with rss 1.0, 2.0 and atom xml format.
Core module depends only on Dart.
View module depends on Flutter.
## Installation
```yaml
rss_core:
git:
url: https://github.com/i10416/rss-modules.git
path: core
rss_view:
git:
url: https://github.com/i10416/rss-modules.git
path: view
```