Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nine-lives-later/graphviz-get
Provides embedding of Dot Graphs similar to Gravizo.
https://github.com/nine-lives-later/graphviz-get
graphviz graphviz-dot graphviz-server
Last synced: about 2 months ago
JSON representation
Provides embedding of Dot Graphs similar to Gravizo.
- Host: GitHub
- URL: https://github.com/nine-lives-later/graphviz-get
- Owner: nine-lives-later
- Created: 2020-02-26T11:31:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T08:09:21.000Z (12 months ago)
- Last Synced: 2024-06-20T05:11:35.708Z (8 months ago)
- Topics: graphviz, graphviz-dot, graphviz-server
- Language: Go
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Graphviz GET
This service provides an HTTP endpoint for rendering Graphviz dot graphs.
For the Graphviz documentation, see https://www.graphviz.org/documentation/
## Examples
* [HTML](./test/test.html)
* [HTML base64](./test/base64.html)
* [HTML base64 gzip](./test/base64_gzip.html)
* [HTML base64 brotli](./test/base64_brotli.html)
* [Markdown](./test/test.md)