Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jstriebel/fbp-graph

 
 

Repository files navigation

FBP Graph library for JavaScript Build Status Greenkeeper badge Coverage Status

This library provides a JavaScript implementation of Flow-Based Programming graphs. There are two areas covered:

  • Graph - the actual graph library
  • Journal - journal system for keeping track of graph changes and undo history

Installing

Install fbp-graph with:

npm install fbp-graph --save

Usage

Load a graph definition into an object. Loading graph definitions works with both JSON and FBP formatted graphs.

const fbpGraph = require('fbp-graph');
fbpGraph.graph.loadFile('some/path.json', {}, (err, graph) => {
});

About

FBP graph library for JavaScript

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 98.3%
  • HTML 1.1%
  • JavaScript 0.6%