A Hacker News command line client written in Crystal
% crystal build src/hncr-cli.cr --release
The client returns items concurrently.
# Print eight items from the 'new' category
% ./hncr -i new -c 8
-i TYPE
,--item=TYPE
The type of item (default: best).-c NUMBER
,--count=NUMBER
The number of stories (default: 5).