Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nichochar/CLHN
Command Line application to see Hacker News stories
https://github.com/nichochar/CLHN
cli elixir hn
Last synced: 3 months ago
JSON representation
Command Line application to see Hacker News stories
- Host: GitHub
- URL: https://github.com/nichochar/CLHN
- Owner: nichochar
- License: mit
- Created: 2017-02-26T02:20:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T03:59:26.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T23:03:39.873Z (6 months ago)
- Topics: cli, elixir, hn
- Language: Elixir
- Homepage:
- Size: 10.5 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-hackernews - CLHN - See HN stories. `MIT` (Clients / CLI & TUI)
README
# CLHN
CLHN is an elegant elixir command line application that allows you to glance at Hacker News.
![screenshot](assets/screenshot.png)
## Usage
```
./hn [best | new | top] [count | 10]
```## Installation
Assuming you have [elixir](http://elixir-lang.org/install.html):
```bash
git clone https://github.com/nichochar/CLHN.git
cd CLHN
mix deps.get
mix escript.build
```This will output an executable erlang script hn.sh in the root directory:
```bash
./hn top 5
```