Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.
/ hnwisdom Public archive

A bookmarking blog software for wise hacker news comments.

Notifications You must be signed in to change notification settings

TimDaub/hnwisdom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News Wisdom

A tiny express.js/neDB application that handles displaying and saving Hacker News comments. I run an instance on heroku. Go check it out! All comments are displayed on /. If you host this on your own, POST /submissions and DELETE /submissions can be used to maintain the displayed comments.

RESTful comment management

See the three functions in routes/index.js.

Installation

Make sure you have node.js installed.

  1. git clone git@github.com:TimDaub/hackernewswisdom.git
  2. npm install
  3. mv config_example.json config.json
  4. node app.js

Contributions

I'd absolute love to see contributions from other people. This project is just a place to bookmark wise comments, still it could grow into so much more. If you want to participate just submit pull-requests. If you have questions, you can hit me up on Twitter (@TimDaub).

Also, if you're submitting multiple good PRs, I will make you an owner of this project :)

About

A bookmarking blog software for wise hacker news comments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published