https://github.com/lilpolymath/hackernews-cli
A CLI to retreive the latest 10 articles from Hackernews.
https://github.com/lilpolymath/hackernews-cli
Last synced: 10 months ago
JSON representation
A CLI to retreive the latest 10 articles from Hackernews.
- Host: GitHub
- URL: https://github.com/lilpolymath/hackernews-cli
- Owner: lilpolymath
- Created: 2020-05-17T20:07:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T12:10:20.000Z (over 4 years ago)
- Last Synced: 2025-08-31T22:41:39.579Z (10 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readMe.md
Awesome Lists containing this project
README
# `hackernews-cli`
🏗 A CLI to retreive the latest 10 articles from Hackernews.
## Installation & Usage
```bash
npx hackernews-cli
# or
npm install -g hackernews-cli
hackernews-cli
```
## License
MIT
## Collaborators
- [Ayobami Adedapo](twitter.com/favourcodes)