/node-web-crawler

Nodejs CLI for web crawling

Primary LanguageTypeScript

node-web-crawler

Tests

A simplistic Nodejs CLI for web crawling images.

Installation

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