Andrew M Posted September 21, 2020 Share Posted September 21, 2020 (edited) I got tired of switching between Alfred's calculator and currency converter, so I've created this monstrosity. This is a currency converter with fully-featured built-in calculator and flexible syntax. It is written in Golang, so it feels very responsive once the conversion rate is downloaded. Full readme is availible at github, workflow file is included in the release. This project uses currencyconverterapi.com for rate information, you have to get a free API key from them Edited September 21, 2020 by Andrew M added a dependency info mrgreen 1 Link to comment
Mgor Posted October 8, 2020 Share Posted October 8, 2020 Thank you for Andrew 's great job! It's an impressive workflow. Finally get things done. For newbie: 1. Get the free API 2. Paste the API key to the configuration. [x] in the workflow page. 3. Wait untill the conversertion rate is downloaded.( After I turned back in about 15 mins) Enjoy it. Link to comment
Andrew M Posted October 8, 2020 Author Share Posted October 8, 2020 Thanks for the tutorial! One note: 9 hours ago, Mgor said: 3. Wait untill the conversertion rate is downloaded.( After I turned back in about 15 mins) The rates will be downloaded as soon as you enter the currency conversion operation: "cc 10 eur to usd" will download or update (if older than 1 hour) the eur/usd rate immediately. You may see a small delay during the first conversion of a currency pair, but there's no need to wait for minutes😉. Glad you liked the tool, feel free to request features if you need any. Link to comment
Andrew M Posted June 28, 2021 Author Share Posted June 28, 2021 (edited) Tiny maintenance release: now you can leave out the "0" and just type ".95" Optimised for M1 processors, updated all dependancies, now the program is a bit smaller and runs a bit faster. Downloads as always on github: https://github.com/Andrew-Morozko/currency-converter/releases/latest Edited June 28, 2021 by Andrew M Link to comment
fimp Posted March 2, 2022 Share Posted March 2, 2022 I created an API key and validated my e-mail with the API service. I inserted the key into the workflow variable. However, I get this error when trying to make a currency conversion: "failed to get the exchange rate" Link to comment
fimp Posted March 3, 2022 Share Posted March 3, 2022 20 hours ago, fimp said: I created an API key and validated my e-mail with the API service. I inserted the key into the workflow variable. However, I get this error when trying to make a currency conversion: "failed to get the exchange rate" It works now. I didn't change anything. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now