Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - lukeed/elixir-digitalocean: (WIP) Elixir wrapper for the Digital Ocean API v2.

(WIP) Elixir wrapper for the Digital Ocean API v2. - lukeed/elixir-digitalocean

Visit SiteGitHub - lukeed/elixir-digitalocean: (WIP) Elixir wrapper for the Digital Ocean API v2.

GitHub - lukeed/elixir-digitalocean: (WIP) Elixir wrapper for the Digital Ocean API v2.

(WIP) Elixir wrapper for the Digital Ocean API v2. - lukeed/elixir-digitalocean

Powered by 0x5a.live ๐Ÿ’—

DigitalOcean Build Status Hex pm

A (WIP) Elixir wrapper for the Digital Ocean API v2. (View Docs)

Installation

  1. Add digitalocean to your list of dependencies in mix.exs:
def deps do
  [{:digitalocean, "~> 0.1.1"}]
end
  1. Ensure digitalocean is started before your application:
def application do
  [applications: [:digitalocean]]
end
  1. Configure your digitalocean application settings:
config :digitalocean, token: "YOUR_API_TOKEN"

To Do

Elixir Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.