[![npm version](https://badge.fury.io/js/hn-headless.svg)](https://badge.fury.io/js/hn-headless)

#hacker news headless
Browse the latest [hacker news](https://news.ycombinator.com) articles without
ever leaving your terminal.

[![demo](./demo.png)](https://raw.githubusercontent.com/rcorrie/hn-headless/master/demo.png)

## install
```sh
$ npm install -g hn-headless
```

*note:* you must have [w3m](http://w3m.sourceforge.net/) installed.
```sh
# with aptitude
$ sudo apt-get install w3m
```
```sh
# with homebrew
$ brew install w3m
```

## usage
```sh
$ hnh
```

## license
MIT 

[ricardo corrie](http://rcorrie.com)
