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 ```