# dext-hackernews-plugin

[![Travis](https://img.shields.io/travis/vutran/dext-hackernews-plugin/develop.svg?maxAge=2592000&style=flat-square)](https://travis-ci.org/vutran/dext-hackernews-plugin) [![Coveralls branch](https://img.shields.io/coveralls/vutran/dext-hackernews-plugin/develop.svg?maxAge=2592000&style=flat-square)](https://coveralls.io/github/vutran/dext-hackernews-plugin) [![license](https://img.shields.io/github/license/vutran/dext-hackernews-plugin.svg?maxAge=2592000&style=flat-square)](LICENSE)

> [Dext](https://github.com/vutran/dext) plugin to fetch top/best/new for stories on Hacker News.

![](screenshot.png?raw=true)

## Install

```bash
$ dpm install dext-hackernews-plugin
```

*Requires [Dext](https://github.com/vutran/dext).*

## Usage

In Dext, type `hn`, then one of the following options below.

- `top` - Fetch top stories
- `best`- Fetch best stories
- `new` - Fetch new stories

## Related

- [dext](https://github.com/vutran/dext) - The Dext smart launcher
- [dext-default-theme](https://github.com/vutran/dext-default-theme) - The default theme for Dext

## Contributing

1. Clone to repository.
2. Install dependencies

  **With `npm`:**

    ```
    $ npm install
    ```

  **With [`yarn`](https://github.com/yarnpkg/yarn):**

    ```
    $ yarn
    ```
3. Run tests: `npm t`

## License

MIT © [Vu Tran](https://github.com/vutran/)
