vgraph

0.5.0 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.5.02latest

Version History

VersionDownloads (Last 7 Days)Published
0.5.02
0.4.00
0.3.50
0.3.40
0.3.30
0.3.20
0.3.10
0.3.00
0.1.10
0.1.00

Package Sidebar

Install

npm i vgraph

Weekly Downloads

2

Version

0.5.0

License

MIT

Last publish

Collaborators

  • jonnymbgood
  • justincy