Skip to content

PerlBug/puppeteer-screenshot-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppeteer-screenshot-microservice

A simple express based micro-service that generates a screenshot of a URL with a specified dimension.

Usage

Clone repo and change into the repo directory

$ npm install
$ npm start

There are 2 routes available. The default port is 4000

Endpoint Usage
GET / This will return status 200 and witht he message 'running...'
POST / This route generates the screenshot and sends it as a PNG image.

About

A simple express based micro-service that generates a screenshot of a URL with a specified dimension.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published