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

tsivinsky/hackernews-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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