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

https://github.com/ff6347/graphviz-fiddle

just some fooling around with graphviz
https://github.com/ff6347/graphviz-fiddle

Last synced: 5 months ago
JSON representation

just some fooling around with graphviz

Awesome Lists containing this project

README

          

Graphviz fiddle
===============
![result](img.png)
playing with [graphviz](http://www.graphviz.org).

brew install graphviz
#then execute
dot -Tpng branch.dot -o img.png; open img.png