Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlieegan3/rssmerge
API to merge RSS feeds
https://github.com/charlieegan3/rssmerge
Last synced: 15 days ago
JSON representation
API to merge RSS feeds
- Host: GitHub
- URL: https://github.com/charlieegan3/rssmerge
- Owner: charlieegan3
- Created: 2017-08-27T23:59:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T19:24:38.000Z (over 4 years ago)
- Last Synced: 2023-03-12T05:52:38.722Z (over 1 year ago)
- Language: Go
- Homepage: https://rssmerge.charlieegan3.com/
- Size: 1.33 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSSMerge
RSSMerge is a simple API that takes the of a list of feeds in plain text and
returns an interleaved feed.This was created for use with IFTTT's weekly RSS digests.
This site was originally implemented as a lambda function but I'm trying to run
all of my side projects on Kubernetes so it now runs on my personal cluster
instead.