joeychilson / fred_client

An Elixir HTTP client for Federal Reserve Economic Data API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FRED

An Elixir-based HTTP Client for FRED (Federal Reserve Economic Data) API

Installation

FRED is available on Hex. Add it to your list of dependencies in mix.exs:

def deps do
  [
    {:fred_client, "~> 0.1.1"}
  ]
end

Configuration

config :fred_client, :api_key, "api_key"

About

An Elixir HTTP client for Federal Reserve Economic Data API

License:MIT License


Languages

Language:Elixir 100.0%