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.1784424436Jul 19, 2026
2026.07.19.1784424304Jul 19, 2026
2026.07.19.1784424247Jul 19, 2026
2026.07.19.1784424173Jul 19, 2026
Modified 1 models
2026.07.19.1784424088Jul 19, 2026
2026.07.19.1784424040Jul 19, 2026
2026.07.19.1784423941Jul 19, 2026
2026.07.19.1784423882Jul 19, 2026
2026.07.19.1784423673Jul 19, 2026
2026.07.19.1784423267Jul 19, 2026
2026.07.19.1784423082Jul 19, 2026
2026.07.19.1784422882Jul 19, 2026
2026.07.19.1784422821Jul 19, 2026
2026.07.19.1784422704Jul 19, 2026
2026.07.19.1784422483Jul 19, 2026
2026.07.19.1784422328Jul 19, 2026
2026.07.19.1784422216Jul 19, 2026
Modified 1 models
2026.07.17.1Jul 18, 2026
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