Feed Catalog
@svendowideit/feed-catalogv2026.07.19.1784424437
01README
Manages a curated list of RSS/Atom feeds for the news reader.
02Models
@svendowideit/feed-catalogv2026.07.19.1784424437feed_catalog.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| catalogName | string | Catalog name (for multiple catalogs) |
fn add(url: string, category: string, name?: string)
Add a feed URL to the catalog
| Argument | Type | Description |
|---|---|---|
| url | string | RSS/Atom feed URL to add |
| category | string | Category tag (e.g., tech, news, programming, podcasting) |
| name? | string | Human-readable feed name (defaults to hostname) |
fn remove(url: string)
Remove a feed URL from the catalog
| Argument | Type | Description |
|---|---|---|
| url | string | RSS/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.
| Argument | Type | Description |
|---|---|---|
| category? | string | Filter by category (optional) |
| limit | number | Maximum 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 Versions
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