dext-hackernews-plugin
Version:
Dext plugin to search for stories on Hacker News.
51 lines (31 loc) • 1.38 kB
Markdown
# dext-hackernews-plugin
[](https://travis-ci.org/vutran/dext-hackernews-plugin) [](https://coveralls.io/github/vutran/dext-hackernews-plugin) [](LICENSE)
> [Dext](https://github.com/vutran/dext) plugin to fetch top/best/new for stories on Hacker News.

## 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/)