# filipedeschamps/rss-feed-emitter

Super RSS News Feed aggregator written in Node.js and ES6

Repository: https://github.com/filipedeschamps/rss-feed-emitter
Canonical: https://ross.abutalabs.com/products/rss-feed-emitter
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-08-08T05:04:12+00:00

## Health v2 (maintenance only)
Score: 72/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 25, longevity 100
- inputs: {"age_days": 3966, "days_push": 25, "days_rel": 291, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1147, forks 81 (observed 2026-08-28T04:03:45.932873+00:00)

## What it is
A Node.js library that aggregates RSS and Atom news feeds and emits events for every new item published. It automatically manages feed history memory and provides a simple interface for tracking many feeds simultaneously.

## Use cases
- monitor multiple RSS feeds for new posts in real time
- build a news aggregator that notifies on new items
- track blog or podcast feeds and trigger actions on updates
- aggregate Atom feeds into a single event stream
- poll feeds without manually managing seen-item history

## When to choose
- you need a lightweight Node.js library to watch many RSS/Atom feeds and react to new entries via events
- you want automatic feed history deduplication without building it yourself
- you prefer a simple, well-tested API with high test coverage

## When to avoid
- you need a full-featured feed reader application with a UI
- you require parsing of non-RSS/Atom formats like JSON Feed
- you are not using Node.js or JavaScript

## Facets
- artifact type: library
- maturity: stable
- function: web-scraping, parser
- domain: developer-tools, web-development
- platform: -
- tags: rss, atom, feed-aggregator, news-feed, event-driven, es6, event-emitter, automation, nodejs, javascript

## Member repositories
- filipedeschamps/rss-feed-emitter (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:45.932873+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:34:02.191396+00:00, confidence not recorded.
  - readme: https://github.com/filipedeschamps/rss-feed-emitter (fetched 2026-08-28T04:03:45.932873+00:00, sha c751e2dd0d6a)
  - registry_npm: https://registry.npmjs.org/rss-feed-emitter (fetched 2026-08-29T12:39:27.577527+00:00, sha b6817fc958c6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
