Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 381 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 381 Bytes

Crawling Puppet

Simple web crawler with Puppeteer. The main purpose of this crawler is to gather a copy of web pages content html source after the document is loaded"

Install

$ docker-compose run install

Usage

$ docker-compose run crawler [url]

Running test

$ docker-compose run tests

or

$ docker-compose run tests-with-cover