Package detail

supermarketscraper

tobinstultiens119ISC1.0.22

It's a supermarket web scraper

readme

SupermarketScraper

Supermarket Scraper is web scraper to scrape super market websites for their information.

Supported websites

Getting Started

These instruction will give you a copy of this project to run for development purposes.

Prerequisites

You will need the following tools:

Setup

  1. Clone the repository
  2. Install the packages
    npm install
    
  3. To run the application for development purposes use the commands. This commando will run with nodemon this means all changes will autorestart the application with the changes.
    npm start
    

Authors