Medium Feed

Fetch Medium user feed using Cloudflare Workers.

About

Medium APIs to fetch user feed can be inconvenient to work with. This project combines them to produce a clean facade interface to consume from.

Why Workers?

Cloudflare Workers has helped me create this project so that I no longer have to worry about spikes in traffic when many people try to fetch the same user feed by providing fast edge serverless processing power as well as caching the results.

Also built with Workers...