https://github.com/codingmustache/hack-news-stories
A cli tool to get the top stories on hackernews
https://github.com/codingmustache/hack-news-stories
cli hackernews
Last synced: 3 months ago
JSON representation
A cli tool to get the top stories on hackernews
- Host: GitHub
- URL: https://github.com/codingmustache/hack-news-stories
- Owner: codingMustache
- Created: 2024-04-09T13:48:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-04T20:57:50.000Z (about 1 year ago)
- Last Synced: 2025-03-02T09:48:34.990Z (4 months ago)
- Topics: cli, hackernews
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HN-CLI-READER
This is a cli program that will allow you to paginate Hacker News in your terminal.
## To install
To install the program, you can run the following command:
```bash
npm install -g hn-cli-reader
```NOTE: You need to install the program globally to run it from the terminal.
## How to Run
```bash
hn-cli-reader -
```| RunMode | Mode information |
| --------- | ------------------ |
| -r -read | Runs in read mode |
| -q -quiet | Runs in quiet mode |## How to use
Once the program is running, you can use the following commands to navigate the pages.
| CMD | Instruction |
| --- | ----------- |
| . | Paginate |
| 0-9 | Open link |