A node module that downloads and launches the OpenFin Runtime
Currently only supports Windows.
$ npm install --save openfin-launcher
var openfinLauncher = require('openfin-launcher');
//for a non hosted app.json file
openfinLauncher.launchOpenFin({configPath:'file:/C:/helloWorld/app.json'});
//or a hosted app.json file
openfinLauncher.launchOpenFin({configPath:'http://localhost:5000/app.json'});
MIT