Fetch Google results accross multiple pages.
$ npm install
Just run the following
bin/googleresults --stream --limit=5 your search terms
$ 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 start
start a production servernpm test
run mocha testsnpm run-script dev
start dev environmentnpm install
install dependencies and create required directories