https://github.com/quan-nh/gorilla-graph
A network graph renderer for Gorilla REPL
https://github.com/quan-nh/gorilla-graph
gorilla-repl graph
Last synced: about 1 year ago
JSON representation
A network graph renderer for Gorilla REPL
- Host: GitHub
- URL: https://github.com/quan-nh/gorilla-graph
- Owner: quan-nh
- Created: 2017-07-07T07:06:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T12:59:22.000Z (about 9 years ago)
- Last Synced: 2025-01-03T19:24:27.557Z (over 1 year ago)
- Topics: gorilla-repl, graph
- Language: Clojure
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gorilla-graph
A network graph renderer for [Gorilla REPL](http://gorilla-repl.org/), using [vis.js](http://visjs.org/).
See this [sample worksheet](http://viewer.gorilla-repl.org/view.html?source=github&user=tentamen&repo=gorilla-graph&path=ws/demo.clj) for more details.
Based on excellent work of these projects:
- [proto-repl-charts](https://github.com/jasongilman/proto-repl-charts)
- [leaflet-gorilla](https://github.com/wiseman/leaflet-gorilla)
## Installation
```
[gorilla-graph "0.1.0-SNAPSHOT"]
```
## License
Copyright © 2017 Quan
Distributed under the MIT license.