feat(hackernews): add new, best, ask, show, jobs, search, user commands#290
Merged
jackwener merged 2 commits intojackwener:mainfrom Mar 23, 2026
Merged
Conversation
Expand HackerNews from 1 command to 8, covering all major HN use cases. All YAML adapters, strategy: public, browser: false. - new/best/ask/show/jobs: Firebase API list endpoints with deleted/dead filtering - search: Algolia API with query + sort (relevance/date) - user: Firebase user profile with date formatting - top.yaml: add filter for deleted/dead items + dynamic pre-fetch limit - E2E tests for all 7 new commands - Update README, README.zh-CN, adapter docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Expand HackerNews from 1 command to 8, covering all major HN use cases. All commands use public APIs (
strategy: public,browser: false) — no login or browser required.hackernews newnewstories.jsonhackernews bestbeststories.jsonhackernews askaskstories.jsonhackernews showshowstories.jsonhackernews jobsjobstories.jsonhackernews search <query>--sort relevance/datehackernews user <username>user/{id}.jsonAlso improves existing
topcommand with deleted/dead item filtering and dynamic pre-fetch limit.Example output
Type of Change
Checklist
Testing
npm run dev(returns valid JSON)tests/e2e/public-commands.test.ts(2 existing + 7 new)npm run typecheckpassesnpm run build— 300 manifest entries (293 → 300)Documentation
README.mdhackernews command tableREADME.zh-CN.mdhackernews command tabledocs/adapters/browser/hackernews.mdwith all 8 commandsdocs/adapters/index.mdcommand list