Skip to content

CLI app that fetches top stories (top, ask, job, show) from hacker news by using its API

Notifications You must be signed in to change notification settings

ozbekburak/hackernews-go-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HACKERNEWS-GO-CLI

Installation and Usage

Description

hackernews-go-cli is a CLI application that helps you to fetch top stories from Hacker News like

  • top stories until 500 story

  • show stories until 200 story

  • ask stories until 200 story

  • job stories until 200 story

developed using the hacker news api for those who don't like to leave the command-line screen.

Installation and Usage

Assume that you have go already installed on your system

    $ git clone https://github.com/ozbekburak/hackernews-go-cli.git
    $ cd hackernews-go-cli
    $ go build -o hackernews-go-cli
    $ ./hackernews-go-cli -top 5

or

    $ ./hackerknews-go-cli -show 92
    $ ./hackerknews-go-cli -ask 125
    $ ./hackerknews-go-cli -job 75

About

CLI app that fetches top stories (top, ask, job, show) from hacker news by using its API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages