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

https://github.com/nochso/rss

RSS feed aggregator/reader [WIP]
https://github.com/nochso/rss

atom-feed feed-reader go golang rss rss-aggregator rss-reader

Last synced: 8 months ago
JSON representation

RSS feed aggregator/reader [WIP]

Awesome Lists containing this project

README

          

# rss
RSS feed aggregator/reader

## Installation

### From source

go get github.com/nochso/rss
cd %GOPATH%/src/github.com/nochso/rss
go build ./cmd/rssd
rssd

## Usage

$ rssd -h
Usage of rssd:
-db string
sqlite3 db file (default "rss.sqlite3")
-grace duration
HTTP shutdown grace period for existing connections (default 10s)
-http string
HTTP listening address (default ":8080")