metagraph-node

0.2.0 • Public • Published

metagraph-node

Usage

Add npm dependency in package.json.

{
  "name": "awesome-project",
  "dependencies": {
    "metagraph-node": "^0.2.0"
  }
}

Start playing with graphs.

import Metagraph from 'metagraph-node';
 
const mg = new Metagraph();
const g = mg.addGraph();
 
const v = g.addVertex('PLANET');
v.setProperties({ 'name': 'Mars' });

Contribute

First, clone the repo via git:

git clone git@github.com:openmg/metagraph-node.git

And then install dependencies.

cd metagraph-node && npm install

Editor Configuration

Atom

apm install autocomplete-flow autocomplete-modules ava editorconfig es6-javascript language-babel linter linter-flow linter-xo

Package Sidebar

Install

npm i metagraph-node

Weekly Downloads

1

Version

0.2.0

License

Apache 2.0

Last publish

Collaborators

  • zizai