chore: updated /feeds 1327d270
Steve · 2026-04-25 08:18 1 file(s) · +1 −1
packages/client/src/pages/feeds.astro +1 −1
35 35
      ))}
36 36
    </ul>
37 37
    <h2 class="text-xl font-semibold text-accent-2 pt-8">API</h2>
38 -
    <p>I'm currently using <a href="https://github.com/FreshRSS/FreshRSS" target="_blank" rel="noopener noreferrer" class="style-link">FreshRSS</a> to manage my feeds, and I've built a <a href="https://github.com/stevedylandev/freshrss-api-proxy" target="_blank" rel="noopener noreferrer" class="style-link">proxy</a> you can use to programatically fetch my subscriptions.</p>
38 +
    <p>I'm currently using my own RSS aggregator and reader called<a href="https://andromeda.build/apps/feeds/" target="_blank" rel="noopener noreferrer" class="style-link">Feeds</a> to manage my feeds, which inlcudes an API to programmatically share them as a list.</p>
39 39
    <pre class="whitespace-pre-wrap break-all"><code># JSON
40 40
curl https://feeds.stevedylan.dev/feeds?format=json
41 41