A tool to create a static copy of a web page, including it's assets.
Once downloaded the aim is to modify the files for demo and testing purposes.
Start with:
$: npm start
Navigate to http://localhost:3000
Using website-scraper
To download a website from a url (https://www.pearlshare.com) to an output directory (pearlshare). From command line:
$: node scraper.js https://www.pearlshare.com pearlshare
Using phantomjs-prebuilt
TODO