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

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: 2 months 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
```