Popularity
3.4
Stable
Activity
0.0
Stable
21
3
2
Monthly Downloads: 0
Programming language: Elixir
License: Apache License 2.0
Tags:
Third Party APIs
Latest version: v0.1.0
xe alternatives and similar packages
Based on the "Third Party APIs" category.
Alternatively, view xe 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.
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
Do you think we are missing an alternative of xe or a related project?
Popular Comparisons
README
Xe
Xe is a dead-simple way of converting between currencies. It uses real-time conversion rates from Xe.com
Example
iex(1)> Xe.rates("USD", "EUR")
{:ok, {1.00, 0.891482}}
Installation
- Add
xe
to your list of dependencies inmix.exs
:
def deps do
[{:xe, "~> 0.0.1"}]
end
Drink your :tea:
Enjoy!