An open API service indexing awesome lists of open source software.

https://github.com/amscotti/hn-top

A command line tool that shows the top stories from Hacker News
https://github.com/amscotti/hn-top

csharp dotnet-core hackernews hackernews-cli hn-top

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# hn-top
A command line tool that shows the top stories from [Hacker News](https://news.ycombinator.com/) using the [Hacker News API from Firebase](https://github.com/HackerNews/API).

![hn-top Output](https://github.com/amscotti/hn-top/blob/master/hn-top.png?raw=true)

## 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.
```