# snazzy-crawler

##### 🚀 A snazzy light Node.js image crawler laced with TypeScript goodness! 🕵️🦾!

### Instalation

`npm install snazzy-crawler -g`

### CLI usage

```
Usage: crawler <url> [options]

  A snazzy light Node.js image crawler laced with TypeScript goodness! 🕵️🦾

Options:
  -V, --version         output the version number
  -l, --depth <number>  depth level
  -h, --help            display help for command
```

### Usage example

`npx snazzy-crawler https://nuxt.com -l 0` — Crawling https://nuxt.com homepage images

### Test

`npm run test`
