0.5.0 • Published 8 years ago

vgraph v0.5.0

Weekly downloads
11
License
MIT
Repository
github
Last release
8 years ago

vgraph-js

Javascript implementation of vGraph.

npm Build Status Dependencies

Example

import VGraph from 'vgraph';

let vGraph = new vGraph('https://my.repo.com');

vGraph.init()
  .then(ignored => vGraph.addNode('label'))
  .then(node => node.getId())
  .then(id => {
    console.log(id);
  })
  .catch(error => {
    console.log(error);
  });

Installation

npm install vgraph
0.5.0

8 years ago

0.4.0

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.1.1

10 years ago

0.1.0

10 years ago