Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 679 Bytes

File metadata and controls

13 lines (8 loc) · 679 Bytes

Headless Chrome on Google App Engine

This sample application demonstrates how to use Headless Chrome via the Puppeteer module to take screenshots of webpages on Google App Engine Node.js standard environment.

Running locally

  • Install dependencies with npm install (Headless Chrome will take some time to download),
  • Start the application locally using npm start.

Deploy to App Engine

  • Install the Google Cloud SDK admn create a Google Cloud project
  • Run gcloud app deploy