Skip to content

v0.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 14:17
· 1 commit to main since this release
f970cc6

CryptoDashApp v0.6.1

Diff since v0.5.1

  • CoinGecko API endpoints can be accessed using the demo API key
  • Both keys (AlphaVantage and CoinGecko) are now passed as env. variables
  • load_keys() can be used to load the API keys, warning is shown when a key is not provided.
  • Dockerfile is updated to support usage of both keys

Merged pull requests:

Closed issues:

  • Use demo key for public API (#39)
  • Update Dockerfile to use Julia 1.10 and both keys (#44)
  • Fix API key error (#47)