Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sugitlab/plot-image-gen
- Owner: sugitlab
- Created: 2022-06-28T10:51:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T16:47:24.000Z (over 2 years ago)
- Last Synced: 2023-03-04T08:24:40.074Z (almost 2 years ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.