Popularity
2.7
Growing
Activity
0.0
Stable
15
2
3
Monthly Downloads: 20
Programming language: Elixir
License: MIT License
Tags:
Third Party APIs
digitalocean alternatives and similar packages
Based on the "Third Party APIs" category.
Alternatively, view digitalocean alternatives based on common mentions on social networks and blogs.
-
Semaphore
Semaphore is an open source CI/CD platform. Self-host Semaphore on your own servers or on a cloud provider. -
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
cashier
Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of digitalocean or a related project?
README
DigitalOcean

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