ozbekburak / hackernews-go-cli

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 100.0%