uproxy-cloud-install
v2.0.3
Published
This module contains code to install a uProxy cloud server on DigitalOcean.
Downloads
40
Readme
uproxy-cloud-install
This module contains code to install a uProxy cloud server on DigitalOcean.
Usage
- Call
uproxyCloudInstall.getOAuth
to get a DigitalOcean OAuth URL. This will launch the DigitalOcean OAuth flow. Once the user has returned to your redirectUri, extract the access_token from your URL parameters. - Create a new
uproxyCloudInstall.DigitalOceanInstaller
object using your access_token. - Call
install
with the droplet name and region to install a uProxy server on DigitalOcean.
Testing
To run Jasmine unit tests, run npm run test