Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 516 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 516 Bytes

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