Crates.io | oer_conversion_rates |
lib.rs | oer_conversion_rates |
version | 1.1.1 |
source | src |
created_at | 2024-06-15 23:43:10.810813 |
updated_at | 2024-09-09 00:30:21.511143 |
description | A minimalist terminal currency convertor |
homepage | |
repository | https://github.com/TuxMC-sys/currency_converter/tree/main |
max_upload_size | |
id | 1273195 |
size | 81,645 |
How to run
oer_conversion_rates amount starting_currency_code currency_to_convert_to (optional: -r,-k)
Example:
$ oer_conversion_rates 500 USD GBP
500 USD is 394.5705 GBP
It uses the OER API with a user provided API key. The first time you run it, you add an OER API key with the -k flag. After that, you can do so as needed. If you want to refresh your currencies, use the -r flag. Works on Windows, Linux, and Mac.