Skip to content

SiddhantAgarwal/HNews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go

HNews

Fetch top HackerNews items on a light weight CLI.

Powered by [newsapi] (https://newsapi.org), get your api key set it in your environment variables and you are good to go.

Set API key by export NEWS_API_KEY=<API_KEY>

NAME:
   HackerNews CLI - Get your news on the terminal

USAGE:
   HNews [global options] command [command options] [arguments...]

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --number_of_news value  Number of news items to be fetched (default: 10)
   --help, -h              show help

Example

HNews --number_of_news 10

Sample Output

Built on Golang

About

Simple CLI to fetch hackernews on terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages