Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trevarj/rss2json

Minimal CLI tool (unix filter) to parse RSS feeds as JSON
https://github.com/trevarj/rss2json

cli json rss rss-feed unix-philosophy

Last synced: 19 days ago
JSON representation

Minimal CLI tool (unix filter) to parse RSS feeds as JSON

Awesome Lists containing this project

README

        

# rss2json

Minimal *nix filter to read in a RSS/Atom (XML) feed and output it to JSON.

## Usage

```sh
# Read from stdin:
cat feed.xml | rss2json
# Read from file:
rss2json feed.xml
```