| Crates.io | oer_conversion_rates |
| lib.rs | oer_conversion_rates |
| version | 1.2.2 |
| created_at | 2024-06-15 23:43:10.810813+00 |
| updated_at | 2025-01-18 00:27:26.966083+00 |
| description | A minimalist terminal currency convertor |
| homepage | |
| repository | https://github.com/TuxMC-sys/currency_converter/tree/main |
| max_upload_size | |
| id | 1273195 |
| size | 80,291 |
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 410.61 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.