Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medialab/graph-recipes
Online experimental network tinkering
https://github.com/medialab/graph-recipes
Last synced: 5 days ago
JSON representation
Online experimental network tinkering
- Host: GitHub
- URL: https://github.com/medialab/graph-recipes
- Owner: medialab
- Created: 2016-08-24T17:22:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T04:57:29.000Z (over 3 years ago)
- Last Synced: 2024-08-01T12:31:13.644Z (3 months ago)
- Language: JavaScript
- Homepage: http://tools.medialab.sciences-po.fr/graph-recipes/
- Size: 13.6 MB
- Stars: 18
- Watchers: 7
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - medialab/graph-recipes - Online experimental network tinkering (others)
README
# Graph Recipes
A small static website in Angular to tinker with networks, based on Graphology.
## Install
### Install the dependencies & build the code
```
# This will install the deps & build the code for production
npm install# To rebuild the code manually
npm run build
```### Dev commands
```
# Just watch the files & retranspile (e.g. when serving app with Apache)
npm run watch# Watch the files & serve the application on localhost:3000
npm run dev
```## Usage
The website is in the app folder. Browse, upload a GEXF network, pick a script (they are called "recipes") and execute it.The scripts do a number of things: compute statistics, give informations, draw images, and more.