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
- Host: GitHub
- URL: https://github.com/vutran/go-hn
- Owner: vutran
- License: mit
- Created: 2017-09-06T06:20:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T17:03:41.000Z (almost 8 years ago)
- Last Synced: 2025-01-07T00:15:18.886Z (6 months ago)
- Topics: cli, golang, hacker-news, hn, ycombinator
- Language: Go
- Size: 1.86 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)