Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T12:52:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T01:56:30.401Z (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
[![core_test](https://github.com/i10416/rss-modules/actions/workflows/core_test.yaml/badge.svg)](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
```