How to Create a Web Scraper with Mongoose, NodeJS, Axios, and Cheerio – Part 1
Introduction In this multi-part series we will create a web scraper from scratch. It will store the data it has scraped using MongoDB. The backend will be written in Javascript running on NodeJS. There are several libraries we will use on the backend to make our lives easier including Express, Axios, and Cheerio. On the … Continued