/hn-top

A command line tool that shows the top stories from Hacker News

Primary LanguageC#MIT LicenseMIT

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.