Hacker News (unofficial) API
Yet another unofficial API for Hacker News. Currently being used by my other project. Feel free to fork and contribute.
- API: http://node-hnapi.herokuapp.com/
- API Documentation: https://github.com/cheeaun/node-hnapi/wiki/API-Documentation
Quick Start
git clonethis repo.cdto repo folder.- Optionally download, install and start redis.
npm installnode server.js- Load
localhostin your web browser.
HNapi uses nconf for configuration, which can be done via the config.json file, environment variables and command-line arguments.
License
Licensed under the MIT License.