A simple node based app to scrape google images
This is a Node.js based application.
Before installing, download and install Node.js. Node.js 0.10 or higher is required.
Once node installation is done.
Download or clone the project:
$ git clone https://github.com/shubhamV123/scrapping.git
Install dependencies:
$ npm install
Start the server:
If you have installed nodemon then simply type:
$ nodemon
Find more information about nodemon nodemon.
Or else simply type:
$ node index.js
This app is not completed yet.It has some bugs which I am trying to remove as soon as possible.Its for general testing purpose.