/tiny_hn_cli

A tiny hackernews client, both in CLI and native app version

Primary LanguageRustMIT LicenseMIT

tiny_hn_cli

A tiny CLI client that allows you to fetch an overview of the top articles on HackerNews. Uses the free and unofficial HackerWebApp API.

Usage:

After cloning the repo, you can run cargo deb which will package up the application in the /target/debian/ folder. From there, install the .deb file with your favourite package manager.

Then, run tiny_hn which will display the top articles in your shell.

tiny_hn_cli