0.2.1 • Published 12 years ago

plato-as-service v0.2.1

Weekly downloads
30
License
-
Repository
github
Last release
12 years ago

plato-as-service

Web-Service for plato - JavaScript source code visualization, static analysis, and complexity tool

Installation

plato-as-service can be installed using npm:

npm install plato-as-service

Run

var server = require('plato-as-service');

server({
    hostname: 'github.com',
    reports: path.join(__dirname, 'reports'),
    ttl: 60 * 15 * 1000
}).listen(8080);