0.5.0 • Published 9 years ago

vgraph v0.5.0

Weekly downloads
11
License
MIT
Repository
github
Last release
9 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

9 years ago

0.4.0

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.1.1

11 years ago

0.1.0

11 years ago