Dext plugin to fetch top/best/new for stories on Hacker News.
$ dpm install dext-hackernews-pluginRequires Dext.
In Dext, type hn, then one of the following options below.
top- Fetch top storiesbest- Fetch best storiesnew- Fetch new stories
- dext - The Dext smart launcher
- dext-default-theme - The default theme for Dext
- Clone to repository.
- Install dependencies
With npm:
```
$ npm install
```
With yarn:
```
$ yarn
```
- Run tests:
npm t
MIT © Vu Tran
