franken
NodeJS module for the Franken monitoring service. Franken is not yet publically available, the application and this module are currently in development.
Getting Started
Install the module with: npm install franken
Documentation
(Coming soon)
Examples
NodeJS Application
var Franken = require('franken');
var franken = new Franken({
applicationId: '',
publish: {
key: '',
token: ''
}
}, 'sample-app');
franken.start();
Release History
0.0.1
- ADDED: Added ability to enable/disable transmission from config. Useful for local/test environments
0.0.0
License
Copyright (c) 2014 Inlight Media
Licensed under the MIT license.