Skip to content

franz-josef-kaiser/network-viz

Repository files navigation

Network Viz Build Status

Dependency Status devDependency Status

A Gexf Network Visualization Web Application.

Technology

The software used to build this application.

Built with Grunt Built with Bower Built with Angular Built with Git VCS Runs on Node

How to

The repository has a gexf directory. Simply put a file named Untitled.gexf there and run the steps mentioned in install.

Install

First download the repository with

$ git clone https://github.com/franz-josef-kaiser/network-viz.git

To install, you need Nodejs. Open your Terminal / Bash / Shell / Console and enter the following (without the preceding $):

$ cd network-viz

$ npm install
$ npm run setup
$ npm run build

This gives you a built application.

Server

To start your local server, please run

$ npm start

or directly run

$ node server.js

(where the former actually just runs the later).

Your server should then be reachable on http://localhost:8080. If you have a port conflict, please redefine your port to a different one than 8080.

$ npm config set network-viz:port 12345

About

Network Visualisation tool that uses gexf files as a base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published