Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```