Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nichochar/CLHN

Command Line application to see Hacker News stories
https://github.com/nichochar/CLHN

cli elixir hn

Last synced: 3 months ago
JSON representation

Command Line application to see Hacker News stories

Awesome Lists containing this project

README

        

# CLHN

CLHN is an elegant elixir command line application that allows you to glance at Hacker News.

![screenshot](assets/screenshot.png)

## Usage
```
./hn [best | new | top] [count | 10]
```

## Installation

Assuming you have [elixir](http://elixir-lang.org/install.html):

```bash
git clone https://github.com/nichochar/CLHN.git
cd CLHN
mix deps.get
mix escript.build
```

This will output an executable erlang script hn.sh in the root directory:
```bash
./hn top 5
```