A simple web scraper using JS, Node.js, Express.
The script in the package.json file requires that nodemon is installed. nodemon is a devlopment tool for Node.js that automatically restarts the server when changes are detected in the files.
To install nodemon (globally): npm i nodemon -g
To run the script from the terminal: npm run start
Script: "start": "nodemon index.js"
In this example I'm scraping a site that I made in 2017.
Note: Updated in 2024, code to come