Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 555 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 555 Bytes

Web-scraper

A console application that scrapes the website url https://wltest.dns-systems.net/ and returns a JSON array of all the product options on the page.

Each element in the JSON results array contains ‘option title, ‘description’, ‘price’ and ‘discount’ keys corresponding to items in the table. The items is ordered by annual price with the most expensive package first.

Usage: clone the project and run the following commands:

                    npm install
                    npm run start