Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 515 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 515 Bytes

Export Service

This project is a Node based export service that takes URL's and turns them into images or pdf exports.

How to run

  1. npm install
  2. tsc
  3. docker build .
  4. docker run -p 3000:3000 {machine number form build step}
  5. Make post request with url and export type (default is image)

Notes

If you need help building the chrome headless binary you can see this article which details how to build it.