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.
19 lines
351 B
JSON
19 lines
351 B
JSON
{
|
|
"name": "hacker-news-cli",
|
|
"version": "1.0.0",
|
|
"description": "TODO",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@irc.anarchyplanet.org:2222/notnull/hacker-news-cli.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-fetch": "^2.3.0"
|
|
}
|
|
}
|