/GoogleImageScraper

Google image scraping app developed on Mean Stack using EcmaScript 6 standard. This app lets you enter a keyword and it will simply fetch the top 10 images from google and will be stored in db after grayscale effect. CSS3 and Bootstrap 3 is used for beautiful design.

Primary LanguageJavaScript

To run this app locally all we need to do is..

1.  Install node packeges 
      npm install
2. Go to project directory

3. Run the app
      npm start 
      
4. You're Done ! 

*******************************