Skip to content

a-bali/rssmerge

 
 

Repository files navigation

RSSMerge

RSSMerge is a simple API that takes the of a list of feeds in plain text and returns an combined feed.

Building

Run make to build a single rssmerge binary that contains the entire application. The application will run on port 3000.

Run make docker to build a Docker image for your current platform.

Run make publish to build Docker images for multiple platforms and publish them to Docker Hub.

Usage

Visit http://localhost:3000 once launched for more instructions.

Essentially you need save a list of the feed URLs in a text file (one per line), publish that file e.g. as a gist on Github and pass on the URL of the file to this application. This application will then fetch the items from all of those feeds listed in the file and return a combined feed.

About

API to merge RSS feeds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 68.1%
  • HTML 25.5%
  • Dockerfile 3.5%
  • Makefile 2.9%