Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alifeee/sheffield-transformed-graph
Graph visualisation for a local organisation noticeboard created at Sheffield Transformed, using SpringyJS.
https://github.com/alifeee/sheffield-transformed-graph
graph handlebars python springy undirected-graph
Last synced: about 2 months ago
JSON representation
Graph visualisation for a local organisation noticeboard created at Sheffield Transformed, using SpringyJS.
- Host: GitHub
- URL: https://github.com/alifeee/sheffield-transformed-graph
- Owner: alifeee
- Created: 2024-07-24T04:11:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T14:04:02.000Z (6 months ago)
- Last Synced: 2024-10-21T05:37:32.101Z (3 months ago)
- Topics: graph, handlebars, python, springy, undirected-graph
- Language: JavaScript
- Homepage: https://alifeee.co.uk/sheffield-transformed-graph/
- Size: 44.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sheffield Transformed Graph
Graph visualisation for a local organisation noticeboard created at [Sheffield Transformed], using [SpringyJS].
(incomplete)
![screenshot of undirected graph showing a few organisations linked together](./images/graph.png)
[Sheffield Transformed]: https://www.sheffieldtransformed.org/
[SpringyJS]: http://getspringy.com/## How to create webpage
The graph is a static webpage `index.html`, which is created via a [handlebars](https://handlebarsjs.com/) template using [Python](https://www.python.org/).
```bash
pip install -r requirements.txt
python render.py
```