Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 690 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 690 Bytes

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