summaryrefslogtreecommitdiff
path: root/README.md
blob: 9c58927dbe0ce80f32b5727210b7c6d952d0e7ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Snappy
Take screenshots of web pages and also verify that the pages are not blank

## Setup
```
npm i
```

## Tool Usage
To get a list of possible arguments
```
node snappy.js -h
```

## Example Usage
```
node snappy.js -i myWebsites.lst
```