15 Commits

Author SHA1 Message Date
73b5dc0e35 separated api path from main path 2019-04-08 01:57:41 -04:00
2bd8d1b8f4 adding a comment backend, experimenting with static html frontend (plus bash) 2019-02-14 08:59:14 -08:00
9da2a84eb5 F 2019-02-13 14:28:27 -08:00
7eeb15807d Merge branch 'master' of ssh://irc.anarchyplanet.org:2222/notnull/hacker-news-cli 2019-02-13 08:13:08 -08:00
35a692ca22 added votes 2019-02-13 08:08:41 -08:00
695832caac added models for comment and user; added .eslintrc and .prettierrc 2019-02-13 11:07:11 -05:00
e4897a7f5c Merge branch 'master' of totally_not_fb/hacker-news-cli into master 2019-02-12 01:12:54 -08:00
Robert Webb
deb1f39f32 Added linting to the project 2019-02-10 16:07:09 -08:00
701e12c685 added /api/robots 2019-02-08 06:58:09 -08:00
ec467b35c1 added seed, and a template for serving the html 2019-02-07 20:59:24 -08:00
c757246204 updated readme 2019-02-07 18:55:15 -08:00
cfb4555673 added database and express server 2019-02-07 18:47:35 -08:00
a1afb11b2b Merge branch 'master' of totally_not_fb/hacker-news-cli into master 2019-02-06 19:39:03 -08:00
Robert Webb
0f439b24e9 Added sample code for querying the HN API in node. I used node because it takes me much less time but many other languages would work. I wanted to demonstrate the ease of hackernews API.
In order to use, install node.
Run npm install in the repo to generate the node_modules folder.
run node index.js
You should see the HN top stories logged out.
2019-02-01 23:32:17 -08:00
41ab3b5cc5 first commit 2019-01-28 03:40:09 -05:00