UNPKG

autograph

Version:

A visual data routing automation tool.

31 lines (21 loc) 489 B
AutoGraph ========= [![Build Status](https://travis-ci.org/jbeuckm/AutoGraph.png)](https://travis-ci.org/jbeuckm/AutoGraph) A browser-based visual data routing automation tool. ![Screenshot](screenshot.png) ### Try it out ### ``` 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 ``` ### Tests ### open `tests/testRunner.html` in a browser to run tests.