#money #concepts #cli #exchange #proof #currency #dinero

app dinero-exchange-cli

一个使用Dinero的CLI概念验证

1个不稳定版本

0.1.0 2022年10月21日

#317 in 值格式化

MIT 许可证

17KB
337

🦀 Dinero Exchange CLI

一个非常基本的CLI,在内部使用Dinero进行货币处理。

dinero-exchange-cli --help
Apply exchange rates. Simple CLI project to demonstrate the `Dinero` crate capabilities.

Usage: dinero-exchange-cli [OPTIONS] [VALUE]

Arguments:
  [VALUE]  Amount to apply the exchange rate to [default: 1]

Options:
  -d, --date <DATE>  Date of exchange rate for historical values
  -f, --from <FROM>  Base currency (Example: EUR,USD,CAD) [default: EUR]
  -t, --to <TO>      Target currency (Example: EUR,USD,CAD) [default: TND]
  -k, --key <KEY>    API key for Fixer API
      --json         Output JSON instead of human readable messages
  -h, --help         Print help information
  -V, --version      Print version information

asciicast

API密钥

您需要一个(免费)API密钥来访问数据。您可以在这里获取一个。

📜 许可证

MIT

依赖项

~12–29MB
~413K SLoC