brpaz / ulauncher-currency

Ulauncher Extension to convert an amount between currencies. Conversion rates provided by Fixer.
MIT License
11 stars 7 forks source link

[FEATURE] Cache results to avoid multiple requests #13

Closed tchar closed 3 years ago

tchar commented 3 years ago

Hello,

I have implemented my own currency converter with an inspiration from this extension so that it caches results in order to avoid multiple requests and also speed up the results. I thought maybe I can adapt my code to yours and make a pull request to support this feature.

Let me know if you are interested in something like that.

Cheers, Here is my repo https://github.com/tchar/ulauncher-currency-converter