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