Puppeteer Crawler

A starter crawler built with Puppeteer and meant to be deployed for AWS lambda functions.

Features

  • Build lambda functions

Dependencies

Development

Usage

  • Install dependencies: yarn install
  • Build lambda function: yarn build
  • Run application (port 8080): yarn start
  • Remove all the generated files: yarn clean

Useful links