Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 622 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 622 Bytes

hn-top

A command line tool that shows the top stories from Hacker News using the Hacker News API from Firebase.

hn-top Output

Running

With dotnet

dotnet run

With Docker

docker run amscotti/hn-top

Command Line Arguments

  -n, --number         (Default: 5) Number of top news to show.

  -u, --source_urls    (Default: false) Show source urls.

  --help               Display this help screen.

  --version            Display version information.