Skip to content

rohshall/hnews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hnews

Command-line Hacker News Reader in C++, implemented by parsing the RSS feed

Dependencies

However tinyxml2 is really tiny consisting of 1 .cpp and 1 .h file and is bundled with the application itself.

libcurl is commonly available in your package manager.

Linux

For Arch Linux, you can install using:

sudo pacman -S curl

For Debian-based systems (including Ubuntu),

sudo apt-get install curl

Mac OS X

brew install curl  

Build

g++ -o hnews hnews.cpp tinyxml2.cpp -lcurl

Usage

./hnews

About

Hacker News Reader in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages