Currency loader for Econumo is the bridge between the https://openexchangerates.org and Econumo API.
Please, configure the following environment variables:
OPEN_EXCHANGE_RATES_TOKEN
- your Open Exchange Rates API keyECONUMO_CURRENCY_BASE
- the base currency symbol (e.g. USD)OPEN_EXCHANGE_RATES_SYMBOLS
- the list of currency symbols to load (e.g. USD,EUR,GBP)ECONUMO_API_URL
- Econumo API URL (e.g. https://api.econumo.com)ECONUMO_SYSTEM_API_KEY
- System Econumo API key
go build -o currency-loader
GOOS=linux GOARCH=amd64 go build -o currency-loader
./currency-loader --date=2023-09-14
OR
./currency-loader