# @panda-clouds/docker-machine-providers

> A unified interface to spin up and manage servers on various cloud providers

Latest version **0.4.0** (published 2019-08-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install @panda-clouds/docker-machine-providers
pnpm add @panda-clouds/docker-machine-providers
yarn add @panda-clouds/docker-machine-providers
bun add @panda-clouds/docker-machine-providers
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.0 |
| Published | 2019-08-22 |
| First published | 2019-08-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 8 |
| Dependencies | 1 |
| Unpacked size | 26.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Marc Smith |
| Maintainers | mrmarcsmith |

## Links

- npm: https://www.npmjs.com/package/@panda-clouds/docker-machine-providers
- Repository: https://github.com/panda-clouds/docker-machine-providers
- Homepage: https://github.com/panda-clouds/docker-machine-providers#readme
- Issues: https://github.com/panda-clouds/docker-machine-providers/issues
- npm.io page: https://npm.io/package/@panda-clouds/docker-machine-providers

## Dependencies (1)

- [@panda-clouds/docker-machine](https://npm.io/package/@panda-clouds/docker-machine.md) ^1.5.0

## Recent versions

- 0.4.0 (latest) — 2019-08-22
- 0.3.0 — 2019-08-14
- 0.2.0 — 2019-08-14
- 0.1.0 — 2019-08-14

## README

PCProviders
=========
maintained by [PandaClouds.com](https://pandaclouds.com)

`PCProviders` provides a wrapper for the `@panda-clouds/docker-machine` npm package for a unified interface in spining up and managing cloud servers.


Installation
------------

1. If you want to use this library, you first need to install the [Node.js](https://nodejs.org/en/).

2. When you install node.js, will also be installed [npm](https://www.npmjs.com/).

3. Please run the following command.

```
npm install --save @panda-clouds/docker-machine-providers
```

Usage
-----

### Node.js

```javascript
const DigitalOcean = require('@panda-clouds/docker-machine-providers').DigitalOcean;

// example usage

```

Methods
-------

[Unit Tests] are an additional resource for learning functionality.

### - mustExist()

requires the property to be set,
else throws error

Example:

```javascript
Parse.Cloud.beforeSave('Book', request =>{
	const data = new PCProviders(request);
	data.prop('title').mustExist();    // will throw Error if request.object.get('title') doesn't exist
});
```



Contributions
-------------

Pull requests are welcome! here is a checklist to speed things up:

- modify `PCProviders.js`
- add unit tests in `PCProviders.spec.js`
- run `npm test`
- document method in `README.md`
- add your name to 'Contributors' in `README.md`


### Contributors

(Add your name)

- [*] [Marc Smith](https://github.com/mrmarcsmith)


[Unit Tests]: https://github.com/panda-clouds/string/blob/master/spec/PCProviders.spec.js

---
_Source: https://npm.io/package/@panda-clouds/docker-machine-providers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
