Gil
Gil is a mix custom task for checking exchange rate.
Installation
-
mix.exs
def deps do [{:gil, "~> 0.0.2"}] end
Usage
Get USD/EUR rate.
> mix gil USD EUR
USD/EUR: 0.8850Set key currency.
-
config/config.exs
config :gil, key_currency: "eur"
> mix gil USD
EUR/USD: 1.1187Default key currency is USD.
> mix gil EUR
USD/EUR: 0.8850License
Copyright (C) 2015 Masatoshi Imae(@modal_soul)
Distributed under the MIT License.