Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sugitlab/plot-image-gen

image generator using plotly
https://github.com/sugitlab/plot-image-gen

Last synced: about 2 months ago
JSON representation

image generator using plotly

Awesome Lists containing this project

README

        

# plot-image-gen
image generator using plotly

## RUN

### API server

#### dev

- npm run dev

#### Release

- npm run build
- npm run start

### Call API

http://localhost:3000/api?count=NUMBER_OF_GRAPH

then, get base64 URL for plot image.