krawala
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Krawala

Simple javascript web-crawler with command line interface

Install

Run the following to install as a global CLI

npm i krawala -g

Usage

  Usage: krawala crawl [options]
 
  Options:
    --help, -h      Display help and usage info
    --depth, -d     Depth to crawl                                      [number]
    --format, -f    Format to return                                    [string]
    --interval, -i  Interval between requests (millis)                  [number]
    --timeout, -t   Maximum time to wait for a request (millis)         [number]
    --url, -u       URL to crawl                                        [string]
 
  Examples:
    krawala crawl -u http://domain.com -d 100

Readme

Keywords

Package Sidebar

Install

npm i krawala

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

68.1 kB

Total Files

35

Last publish

Collaborators

  • jakesidsmith