Skip to content

themouette/googleresults

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Googleresults

Fetch Google results accross multiple pages.

Setup

$ npm install

Harvest links

Just run the following

bin/googleresults --stream --limit=5 your search terms

Running the server

$ nodemon src/server/index.js
Googleresults server listening at 0.0.0.0:3000

Once the server is running, open http://localhost:3000 in your browser.

npm scripts

  • npm start start a production server
  • npm test run mocha tests
  • npm run-script dev start dev environment
  • npm install install dependencies and create required directories

About

Use CasperJS to fetch multiple pages of google results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages