Skip to content

chuyeow/node-hnapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News (unofficial) API

Yet another unofficial API for Hacker News. Currently being used by my other project. Feel free to fork and contribute.

Quick Start

  1. git clone this repo.
  2. cd to repo folder.
  3. Optionally download, install and start redis.
  4. npm install
  5. node server.js
  6. Load localhost in 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.

Other APIs

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%