Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 512 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 512 Bytes

Stream of search result pages

This little program will accept a set of command line arguments and then return a stream of Google search results from those concatenated arguments.

How to

  • yarn install
  • node main.js sator square

You can specify how many pages deep you want the crawl, in the config.json file.

Used libraries