Ecosyste.ms: Awesome
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: about 21 hours ago
JSON representation
Simple HTML5 app to quickly draw graphs
- Host: GitHub
- URL: https://github.com/bitliner/frontgraph
- Owner: bitliner
- Created: 2012-11-07T00:44:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-07T00:52:24.000Z (about 12 years ago)
- Last Synced: 2024-04-09T21:32:17.183Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FrontGraph
FrontGraph is simple HTML5 app to quickly draw graphs
## How to use it
* clone repository: `clone [email protected]: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