An open API service indexing awesome lists of open source software.

https://github.com/joeychilson/fred_client

An Elixir HTTP client for Federal Reserve Economic Data API
https://github.com/joeychilson/fred_client

api elixir federal-reserve fred

Last synced: about 1 year ago
JSON representation

An Elixir HTTP client for Federal Reserve Economic Data API

Awesome Lists containing this project

README

          

# 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`:

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

## Configuration

```elixir
config :fred_client, :api_key, "api_key"
```