An open API service indexing awesome lists of open source software.

https://github.com/mhutter/hn-cli

Hacker News CLI, written in Go
https://github.com/mhutter/hn-cli

Last synced: over 1 year ago
JSON representation

Hacker News CLI, written in Go

Awesome Lists containing this project

README

          

# hn-cli

[![Build Status](https://travis-ci.com/mhutter/hn-cli.svg?branch=master)](https://travis-ci.com/mhutter/hn-cli)
[![Go Report Card](https://goreportcard.com/badge/github.com/mhutter/hn-cli)](https://goreportcard.com/report/github.com/mhutter/hn-cli)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

Minimal Hacker News CLI.

## Installation

go get -u github.com/mhutter/hn-cli/hn

## Usage

hn [] []

- **number of stories** defaults to `10`
- **offset** defaults to `0`

## Examples

![Screenshot](screenshot.png)

## License

MIT (see LICENSE)

---

> [Manuel Hutter](https://hutter.io) - GitHub [@mhutter](https://github.com)