Skip to content

Hacker News Digest

FieldValue
Namehn-digest
Categorydata-pipeline
Complexitymoderate
Tagspublic-api, news-aggregation, no-auth-required
Authorrandybias
Min Version0.1.0

Fetch and filter top Hacker News stories into a formatted digest. Uses the public HN Firebase API with no authentication required.

fetch-stories → filter-stories → format-digest
NodePurpose
fetch-storiesFetch top stories from HN Firebase API
filter-storiesFilter and rank stories by criteria
format-digestFormat into a readable digest
  • manual
DependencyHostAuth
hnhacker-news.firebaseio.com:443None

None required.

Terminal window
tntc scaffold init hn-digest
tntc scaffold init hn-digest my-news-digest
tntc scaffold info hn-digest

Scaffold source: quickstarts/hn-digest/