hexoku alternatives and similar packages
Based on the "Third Party APIs" category.
Alternatively, view hexoku alternatives based on common mentions on social networks and blogs.
-
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
sparkpost
SparkPost client library for Elixir https://developers.sparkpost.com -
elixtagram
:camera: Instagram API client for the Elixir language (elixir-lang) -
google_sheets
Elixir library for fetching Google Spreadsheet data in CSV format -
pay_pal
:money_with_wings: PayPal REST API client for the Elixir language (elixir-lang) -
amazon_product_advertising_client
An Amazon Product Advertising API client for Elixir -
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 -
elixir_ipfs_api
The Elixir library that is used to communicate with the IPFS REST endpoint.
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of hexoku or a related project?
Popular Comparisons
README
Hexoku

Basic API support and MIX tasks for Heroku support.
For full API docs please visit http://jongretar.com/Hexoku/.
Warning
This is early work and few API and Mix commands have been finished. I am adding more every week(ish) though. Some API functions might completely change between versions.
Examples
client = Hexoku.toolbelt
client |> Hexoku.API.Apps.list
For complete info read the Heroku API Reference
Mix Support
Hexoku adds some common Heroku commands to your Mix. It relies on [Heroku Toolbet](toolbelt.heroku.com) being installed and logged in.
The application name is read from the heroku_app key in your mix.exs
files project.
If that is not defined it falls back to the :app key.
def project do
[
app: :uberweb,
heroku_app: "uberweb-staging"
version: "0.0.1",
elixir: "~> 1.0.0",
deps: deps
]
end
Examples
bash> mix hexoku.config
DOWNSTREAM_APP = myapp-production
REDIS_HOST = somehost.redistogo.com