Skip to content

chrkaatz/the-snap

Repository files navigation

Logo

the-snap

A simple API to create screenshots and PDFs from websites

Usage

$ npm install
$ npm run start

Or you can easily spin up a docker container

$ docker run -it --rm -p 3000:3000 chrkaatz/the-snap

Deployment

You can simply deploy it to Heroku by clicking the following button.

Deploy