Commit Graph

8 Commits

Author SHA1 Message Date
Robert Webb
3f8e8479d0 Added linting to the project 2019-02-10 16:07:09 -08:00
ed33f010d5 added /api/robots 2019-02-08 06:58:09 -08:00
notnull
2ac6cc2ff2 added seed, and a template for serving the html 2019-02-07 20:59:24 -08:00
notnull
1a2a77beca updated readme 2019-02-07 18:55:15 -08:00
notnull
9e90002113 added database and express server 2019-02-07 18:47:35 -08:00
8b89ec32f1 Merge branch 'master' of totally_not_fb/hacker-news-cli into master 2019-02-06 19:39:03 -08:00
Robert Webb
a108d90a3d 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
notnull
e224e68ca2 first commit 2019-01-28 03:40:09 -05:00