NodeJS module for the Franken monitoring service. Franken is not yet publically available, the application and this module are currently in development.
Install the module with: npm install franken
(Coming soon)
var Franken = require('franken');
var franken = new Franken({
applicationId: '', // your unique application ID from the Franken API
publish: {
key: '', // a publisher key from the Franken API used for authentication
token: '' // the token that pairs with the key above
}
}, 'sample-app');
franken.start(); // begin sending heartbeat every 5 seconds- ADDED: Added ability to enable/disable transmission from config. Useful for local/test environments
- ADDED: Initial Release
Copyright (c) 2014 Inlight Media Licensed under the MIT license.