export-service

Stars
7

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.