n0531m / screenshot

Screenshot as a service: take screenshot of the given URL

Home Page:https://screenshot.as-a-service.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Takes a screenshot of the given page

A simple web service that takes screenshot of the given URL.

Run with docker run -p 8080:8080 gcr.io/as-a-service-dev/screenshot

Run on Google Cloud

API

URL parameters:

  • url: The URL of the website to screenshot

Example: /?url=https://steren.fr

Running the server locally

  • Build with docker build . -t screenshot
  • Start with docker run -p 8080:8080 screenshot
  • Open in your browser at http://localhost:8080/?url=https://steren.fr

About

Screenshot as a service: take screenshot of the given URL

https://screenshot.as-a-service.dev/

License:Apache License 2.0


Languages

Language:JavaScript 64.7%Language:Dockerfile 35.3%