Skip to content

zackarychapple/export-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published