zff / graphology

A robust & multipurpose Graph object for JavaScript.

Home Page:https://graphology.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Graphology

graphology is a specification for a robust & multipurpose JavaScript Graph object and aiming at supporting various kinds of graphs under a same unified interface.

You will also find here the source for the reference implementation of this specification.

Installation

npm install graphology

Documentation

Full documentation for the library/specs is available here.

Contribution

Contributions are obviously welcome. Just be sure to lint & add/run relevant unit tests.

# Installing locally
git clone git@github.com:graphology/graphology.git
cd graphology
npm install

# Linting
npm run lint

# Running the unit tests
npm test

# Building & Distribution
npm run build
npm run dist

About

A robust & multipurpose Graph object for JavaScript.

https://graphology.github.io

License:MIT License


Languages

Language:JavaScript 100.0%