A browser-based visual data routing automation tool.
npm install autograph
cd AutoGraph
npm install
Start a local http proxy and webserver and open in a browser:
grunt launch
Stop the proxy and server:
grunt kill
open tests/testRunner.html
in a browser to run tests.