exurban alternatives and similar packages
Based on the "Third Party APIs" category.
Alternatively, view exurban alternatives based on common mentions on social networks and blogs.
-
gringotts
A complete payment library for Elixir and Phoenix Framework similar to ActiveMerchant from the Ruby world. -
MongoosePush
MongoosePush is an simple Elixir REST service allowing to send push notification via FCM and/or APNS. -
commerce_billing
A payment-processing library for Elixir that supports multiple gateways (e.g. Bogus & Stripe). -
m2x
Elixir client for the AT&T M2X, a cloud-based fully managed time-series data storage service for network connected machine-to-machine (M2M) devices and the Internet of Things (IoT). (Erlang Version). -
amazon_product_advertising_client
Amazon Product Advertising API client for Elixir.
Scout APM: A developer's best friend. Try free for 14-days
Do you think we are missing an alternative of exurban or a related project?
README
ExUrban
Elixir wrapper for UrbanAirship API. This is a work in progress.
Installation
Add as a dependency to your application:
defp deps do
[{:exurban, "~> 0.0.1"}]
end
Start ExUrban
within your application:
def applications do
[applications: [:logger, :exurban]]
end
Install and compile the dependencies:
$ mix do deps.get, compile
Configuration
You should add your API keys to your config/#{env}.exs
.
Documentation
Brief usage:
iex -S mix
...
iex> ExUrban.start
iex> ExUrban.push %{notification: ...}
You can pass a map with all the options and values you want. For more information about the fields please refer to the official Urban Airship documentation.
Testing
$ mix test
Contributing
Fork the repo and work on a branch. Once you have your feature, bugfix or anything ready commit please create a new pull request.
Status
Alpha quality.
License
Simplified BSD License. See LICENSE
.
*Note that all licence references and agreements mentioned in the exurban README section above
are relevant to that project's source code only.