Currency conversion rates for 161 currencies.
Python3 is required, use Homebrew to install Python3
- Get an api key from https://www.exchangerate-api.com/
- Fill the api_key value with the api key in the Workflow Environment Variables.
- Run the workflow with the cc keyword:
cc 100 usd
orcc 100usd
Optional: You can change the Workflow Environment Variables to set what kind of currency you want to make a conversion.
default_currency
Your default currency.
target_currency
A comma separated list of currency codes.