Skip to content

fedragon/plotlyjs-chart-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plotly chart renderer

Single-endpoint API that renders a user-provided Plotly JS chart and returns it as a PNG image.

Build

minikube image build -t imggen:latest .

Run

npm start

Sample request

curl -v -X POST -d '{"test": 1}' -H 'Content-Type: application/json' --output result.png localhost:3000