runner-runner

0.1.2 • Public • Published

node-runner-runner

build status

Usage

var Application = require("runner-runner").Application;
 
var app = new Application();
 
app.bootstrap(function() {
 
    app.run(function() {
 
        settimeout(function() {
 
            app.shutdown();
 
        }, 5000);
 
    );
 
});

Readme

Keywords

none

Package Sidebar

Install

npm i runner-runner

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • vlad