Nodejs Web Scraper

Objective of the project is to scrape data from a website and write it in a json file.

In this example, we are scrapping all the paragraph and writing them in the result.json file.

cheerio and request are used in this project.