A small, test-driven scraper for HackerNews
Read the full article at cri.dev/posts/2020-11-06-Test-driving-a-HackerNews-scraper-with-Nodejs/
package is available as @christian_fei/hn
install it npm i -g @christian_fei/hn
or with npx
npx @christian_fei/hn
get json output
npx @christian_fei/hn --json
npm i
run with npm t