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