Categories
Technology and Internet

New release of worker-planet

Two years ago, I made a small tool on top of Cloudflare’s Workers to generate a single feed by taking input from multiple RSS sources, a kind of aggregator or planet software as it was usually known a few years ago. You can read more about it here and here.

This is a basic tool that is meant to be easy to deploy. The codebase itself doesn’t need too much maintenance.

However, after all this time, the code started to become outdated to the point it could become unusable soon, since the ecosystem has moved on.

So during this last week, I did a few upgrades and released a new version. The changes include:

  • It now uses a recent version of wrangler.
  • The development workflow was updated.
  • A new example template was added.
  • A new template helper and new context data were added to help with the development of new templates.

You can grab a copy here. Any bugs or improvements, feel free to create new issues on the GitHub repository or contribute with new patches.

By Gonçalo Valério

Software developer and owner of this blog. More in the "about" page.

One reply on “New release of worker-planet”

Comments are closed.