This script was written as a small school project to learn about site scrappers and how to making them. This is a basic scrapper that grabs scraps comic info from https://explosm.net
This project was written using NodeJS (v22.13.1).
- Clone the repository and navigate to your selected repository location -
git clone <URL> && cd <clone-name> - Get the required packages -
npm i - Run the scrapper.js through NodeJS -
node ./scrapper.js