Mesos framework clients.
### mesos.Marathon([options])Initialize a new Marathon client.
See Marathon REST documentation for more information.
Options
- host (String, default: 127.0.0.1): Marathon address
- port (String, default: 8080): Marathon HTTP port
Usage
var mesos = require('mesos');
var marathon = mesos.Marathon({ host: '10.141.141.10' });
This work is licensed under the MIT License (see the LICENSE file).