Skip to content
This repository was archived by the owner on Mar 5, 2018. It is now read-only.

silas/node-mesos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mesos

Mesos framework clients.

Documentation

### 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' });

License

This work is licensed under the MIT License (see the LICENSE file).

About

Mesos framework clients

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •