hacker-news-reader
Version:
Hacker News Reader CLI
36 lines (27 loc) • 915 B
Markdown
# Hacker news reader [](https://circleci.com/gh/jsnomad/hacker-news-reader)
<p align="center">
<img src="https://raw.githubusercontent.com/jsnomad/hacker-news-reader/master/demo.gif" alt="demo" height=340 width=492 />
</p>
## Description
Read hackers news from your terminal
## Download
The source is available for download from
[GitHub](https://github.com/jsnomad/hacker-news-reader).
Alternatively, you can install using Node Package Manager (npm):
<pre>
npm install hacker-news-reader -g
</pre>
##Usage
```
help [command...] Provides help for a given command.
exit Exits application.
news Get top news
read <news> Exemple : read 4
```
## Requirement
Node >= 4.0
## Compatibility
OSX/Unix
Windows Soon
## License
MIT © [Thomas Blanc-Hector](https://github.com/jsnomad)