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

https://github.com/bitliner/frontgraph

Simple HTML5 app to quickly draw graphs
https://github.com/bitliner/frontgraph

Last synced: 10 days ago
JSON representation

Simple HTML5 app to quickly draw graphs

Awesome Lists containing this project

README

          

# FrontGraph

FrontGraph is simple HTML5 app to quickly draw graphs

## How to use it

* clone repository: `clone git@github.com:bitliner/FrontGraph.git`

* launch `index.html` file

* insert in the textarea triples, each one represents an edge, separated by new line, of format `v1,v2,weight` where v1 is the name of vertex1, v2 is the name of vertex2, and the weight is the weight of edge between vertex1 and vertex2