hacka-news
A node module that utilizes the Hacker News official API and powers my command line app (of similar name).
Features
- Returns results from HN feeds (top, new, ask, show, and job)
- Returns stories in either parsed or unparsed JSON
- Return a story url for post of ID
Installation
Run git clone hacka-news to clone this repository, then run npm install to install all the dependencies.
Issues
- Error comments are unorganized
- No unit/integration testing
Future Additions
- Filter feed results by story url or some other method of organization
- More soon...