ohmygraph-madeapi-adapter

1.0.2 • Public • Published

Adapter for for ohmygraph restgraph

Usage

<script type="text/javascript" src="ohmygraph-madeapi-adapter.min.js"></script>

Example

var adapter, fs, jref, json, opts;

adapter = require('ohmygraph-madeapi-adapter');
ohmygraph = require('ohmygraph');
json = .... // put your madeapi json string in here
opts                 = {};

json = adapter.parse(json, '1.0', opts);    // convert first
graph = ohmygraph.create( omg_graph, {} );  // lets go ohmygraph!

Readme

Keywords

none

Package Sidebar

Install

npm i ohmygraph-madeapi-adapter

Weekly Downloads

0

Version

1.0.2

License

BSD-2-Clause

Last publish

Collaborators

  • coderofsalvation