Skip to content

brenolf/grapho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grapho npm version Circle CI

Motivation

Grapho is a light-weight JavaScript library to manipulate graphs on client-side. It uses ES6 syntax to make it easier to extend the structure to whatever is suitable.

One can easily use it without profoundly knowing neither graph theory terminology nor its algorithms, working as a black-boxed data structure for relationships between any object in JavaScript. Nevertheless, it is strongly recommended for the user to have at least a basic notion of Graph Theory.

Installation

For local usage on any project, run npm install grapho --save-dev. There is also a gulp task that generates ES5 code for browsers: gulp build.

About

A light-weight JavaScript library to manipulate graphs on client-side using ES6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published