gasrate v0.2.0 Gasrate View Source
Documentation for Gasrate.
Link to this section Summary
Link to this section Functions
Fetch Rates.
Examples
iex> Gasrate.fetch_avg_rates(state)
{:ok, %{diesel: 3.137, mid: 3.126, premium: 3.339, regular: 2.933}}
Fetch Rates.
Examples
iex> Gasrate.fetch_avg_rates!(state)
%{diesel: 3.137, mid: 3.126, premium: 3.339, regular: 2.933}
Fetch National Avg.
Examples
iex> Gasrate.fetch_national_avg
{:ok, %{diesel: 3.137, mid: 3.126, premium: 3.339, regular: 2.933}}