Popularity
3.4
Declining
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 -
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 -
pay_pal
:money_with_wings: PayPal REST API client for the Elixir language (elixir-lang) -
elixir_ipfs_api
The Elixir library that is used to communicate with the IPFS REST endpoint. -
airbrake
An Elixir notifier to the Airbrake/Errbit. System-wide error reporting enriched with the information from Plug and Phoenix channels.
Bot detection and prevention for Elixir/Phoenix applications
Paraxial.io is bot detection and prevention for Elixir/Phoenix applications. Dealing with scrapers, card cracking, or credential stuffing? We take care of that.
Promo
paraxial.io
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!