DigitalOcean 

A (WIP) Elixir wrapper for the Digital Ocean API v2. (View Docs)
Installation
-
Add
digitaloceanto your list of dependencies inmix.exs:
def deps do
[{:digitalocean, "~> 0.0.1"}]
end-
Ensure
digitaloceanis started before your application:
def application do
[applications: [:digitalocean]]
end-
Configure your
digitaloceanapplication settings:
config :digitalocean, token: "YOUR_API_TOKEN"To Do
- The Droplet module.
- The Droplet Action module.
- The Floating IP module.
- The Floating IP Action module.
- The Image module.
- The Image Action module.
- The Tag module.
-
Add
@doc-based tests - Add all method documentation