@christian_fei/hn
v1.0.1
Published
A small, test-driven scraper for HackerNews
Downloads
35
Readme
hn
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/
usage
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
test
npm i
run with npm t