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

https://github.com/vutran/go-hn

Simple HN CLI Client in Golang
https://github.com/vutran/go-hn

cli golang hacker-news hn ycombinator

Last synced: 4 months ago
JSON representation

Simple HN CLI Client in Golang

Awesome Lists containing this project

README

        

# go-hn

> Simple command-line util to fetch stories from Hacker News

## Install

To get started, you need a working Go environment. Once available, grab the tool here:

```
$ go get -u github.com/vutran/go-hn
```

## Usage

```
Usage:

go-hn [flags]

Commands:

new View new stories
best View best stories
top View top stories
ask View Ask HN stories
show View Show HN stories
jobs View jobs
```

## Related

- [srgnt](https://github.com/vutran/srgnt) - Simple command-line framework for Go

## License

MIT © [Vu Tran](https://github.com/vutran)