Generate a single feed of content from multiple RSS/Atom sources. Runs on Cloudflare Workers.
Go to file
Gonçalo Valério 1e4f234d4a Add initial working version. 2021-04-25 20:25:37 +01:00
templates Add initial working version. 2021-04-25 20:25:37 +01:00
.gitignore Add initial working version. 2021-04-25 20:25:37 +01:00
.prettierrc first commit. Generate project structure 2021-04-17 18:03:21 +01:00
CODE_OF_CONDUCT.md first commit. Generate project structure 2021-04-17 18:03:21 +01:00
LICENSE Add initial working version. 2021-04-25 20:25:37 +01:00
README.md Add initial working version. 2021-04-25 20:25:37 +01:00
index.js Add initial working version. 2021-04-25 20:25:37 +01:00
package-lock.json Add initial working version. 2021-04-25 20:25:37 +01:00
package.json Add initial working version. 2021-04-25 20:25:37 +01:00
wrangler.toml.example Add initial working version. 2021-04-25 20:25:37 +01:00

README.md

Worker-planet

This project is meant to be an easy way to aggregate in a single page content from multiple sources. It takes a list of existing RSS feeds, aggregates their contents and displays them in chronological order.

It was inspired by other software packages such as Planet and MoonMoon but runs on top of Cloudflare Workers instead of being deployed on your own server.

This ends up being specially useful for communities, in order to follow the work being done and published by its members. Some examples of existing "planets" (using different software):

How to deploy

Add later