Skip to content

dominickp/hn

Repository files navigation

hn

Yet another CLI tool to browse the top posts on Hacker News using their API. This project was just an excuse to brush up on golang and to get some more experience working with TUIs and the vscode debugger.

Usage

Either grab a binary from a release and add it to your PATH or clone this repo and run go run . or go install.