Skip to main content

DEPRECATED

Use @svendowideit/news instead

Superseded by @svendowideit/news

Feed Catalog

@svendowideit/feed-catalogv2026.07.19.1784424437· 1d agoMODELS
01README

Manages a curated list of RSS/Atom feeds for the news reader.

02Models1
@svendowideit/feed-catalogv2026.07.19.1784424437feed_catalog.ts

Global Arguments

ArgumentTypeDescription
catalogNamestringCatalog name (for multiple catalogs)
fn add(url: string, category: string, name?: string)
Add a feed URL to the catalog
ArgumentTypeDescription
urlstringRSS/Atom feed URL to add
categorystringCategory tag (e.g., tech, news, programming, podcasting)
name?stringHuman-readable feed name (defaults to hostname)
fn remove(url: string)
Remove a feed URL from the catalog
ArgumentTypeDescription
urlstringRSS/Atom feed URL to remove
fn list(category?: string, limit: number)
List feeds in the catalog. If category is omitted, all categories are returned. Use limit=0 for unlimited.
ArgumentTypeDescription
category?stringFilter by category (optional)
limitnumberMaximum feeds to return. Use 0 for unlimited.
fn listCategories()
List all unique categories in the catalog

Resources

catalog(infinite)— Feed catalog (list of RSS/Atom feeds with categories)
categories(infinite)— List of unique categories in the catalog
03Previous Versions18
2026.07.19.1784424436
2026.07.19.1784424304
2026.07.19.1784424247
2026.07.19.1784424173

Modified 1 models

2026.07.19.1784424088
2026.07.19.1784424040
2026.07.19.1784423941
2026.07.19.1784423882
2026.07.19.1784423673
2026.07.19.1784423267
2026.07.19.1784423082
2026.07.19.1784422882
2026.07.19.1784422821
2026.07.19.1784422704
2026.07.19.1784422483
2026.07.19.1784422328
2026.07.19.1784422216

Modified 1 models

2026.07.17.1
04Stats
A
100 / 100
Downloads
0
Archive size
4.9 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms