johanbook / node-web-crawler

Nodejs CLI for web crawling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Nodejs CLI for web crawling


Languages

Language:TypeScript 88.7%Language:JavaScript 11.3%