Skip to content

SquiffyK7/TrueLayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

hackernews

Requires Node and npm (tested with node v10.10.0 and npm 6.4.1 in Linux environment)

install:
npm install request request-promise jsdom

run:
./hackernews [--posts n]
where 1 <= n <= 100

libraries:

  • request - make http calls, download hacker news html
  • request-promise - use request with promises rather than callbacks
  • jsdom - parse html page into DOM before extracting required data "# TrueLayer" git init git add README.md git commit -m "first commit" git remote add origin https://github.com/SquiffyK7/TrueLayer.git git push -u origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published