/scrapping

A simple node based app to scrape google images

Primary LanguageJavaScript

scrapping

A simple node based app to scrape google images

Installation

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
Note: change directory to scrapping before going further installation.

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

Note

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.