oceano

0.0.4 • Public • Published

oceano

Build Dependencies

Digital Ocean hosting provider for service_maker

Install

npm install oceano

and then use this plugin from code like

yield server.register(require("oceano"));

or from manifest file

"plugins":{
   "oceano": {}
}

Also you can use yeoman generator to install this plugin

yo co-hapi:add-plugin oceano

Parameters

Credentials: clientId*, apiKey*. Options: name*, sizeId, sizeSlug, imageId, imageSlug, regionId, regionSlug, sshKeyIds, privateNetworking, backupsEnabled

Options with star (*) are required.

Example

 $ sm_cli service-create host:oceano -c clientId=id -c apiKey=key -o name=MyDroplet

Package Sidebar

Install

npm i oceano

Weekly Downloads

3

Version

0.0.4

License

MIT

Last publish

Collaborators

  • avb