nhirschey / FSharp.Data.Fred

Wrapper for Federal Reserve Economic Data API https://nhirschey.github.io/FSharp.Data.Fred/
MIT License
2 stars 3 forks source link

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