A simplistic Nodejs CLI for web crawling images.
Clone the repo and install all dependencies
git clone https://github.com/johanbook/node-web-crawler.git
cd node-web-crawler
npm i -D
The CLI can then be run as npx ts-node .
. To see available options, run
npx ts-node . --help