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
- Host: GitHub
- URL: https://github.com/joeychilson/fred_client
- Owner: joeychilson
- License: mit
- Created: 2023-07-28T07:59:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T23:41:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-06T03:14:15.086Z (over 1 year ago)
- Topics: api, elixir, federal-reserve, fred
- Language: Elixir
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```