$git clone "https://github.com/quickresolve/img-scrapers.git"
Enter img-scrapers directory
$cd img-scrapers/
Install npm modules
$npm install
Run scraper to download images of hotdogs & create json file of image data
$node scrape-google
OPTIONAL: Specify optional parameters for image keyword and number of images(max 100)
$node scrape-google {keyword} {number} {destination path}