From 162473b035546502bf8dfcc0208bd5d623bcd843 Mon Sep 17 00:00:00 2001 From: rain Date: Wed, 7 Jun 2023 17:34:08 -0500 Subject: first commit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c58927 --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` \ No newline at end of file -- cgit v1.2.3