Skip to content

gardevgranade/beta-docker-carbone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carbone

Docker implementation of Carbone.io.

https://carbone.io/

https://github.com/Ideolys/carbone

Usage

Launch docker container:

docker run -p 3000:3000 -it --rm isaudits/carbone

Container launches an Express web server that listens for POST requests with the following body:

{
    template: "/path/to/template',
    json: {
        <report data passed>
    },
    options: {
        < carbone processing options, such as "convertTo: pdf" >
    }

}

About

Docker implementation of carbone.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.5%
  • Dockerfile 28.9%
  • Shell 4.6%