FSharp.Data.Fred

"A wrapper around the Federal Reserve Economic Data (FRED) API."


Keywords
F#, data, fred, fsharp
License
MIT
Install
Install-Package FSharp.Data.Fred -Version 1.0.0

Documentation

Download on nuget

Changelog

Development

Building and testing:

dotnet tool restore
dotnet paket restore
dotnet build
dotnet test

The docs literate scripts depend on release build dlls:

dotnet build --configuration Release
dotnet fsdocs watch --properties configuration=release --clean --eval

dotnet fsdocs watch --eval