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.
14 lines
374 B
JSON
14 lines
374 B
JSON
{
|
|
"name": "hacker-news-cli",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"node-fetch": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz",
|
|
"integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA=="
|
|
}
|
|
}
|
|
}
|