Categorygithub.com/tsivinsky/hackernews-feed
repositorypackage
0.2.3
Repository: https://github.com/tsivinsky/hackernews-feed.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Hacker News live feed

Get newest stories from Hacker News in real-time.

Install

Linux

curl https://raw.githubusercontent.com/tsivinsky/hackernews-feed/master/build/hn-feed_linux \
  -o hn-feed && chmod +x hn-feed

Windows

curl https://raw.githubusercontent.com/tsivinsky/hackernews-feed/master/build/hn-feed_windows.exe

MacOS

curl https://raw.githubusercontent.com/tsivinsky/hackernews-feed/master/build/hn-feed_macos \
  -o hn-feed && chmod +x hn-feed

Or if you have Mac with ARM process

curl https://raw.githubusercontent.com/tsivinsky/hackernews-feed/master/build/hn-feed_macos_arm \
  -o hn-feed && chmod +x hn-feed