genescu / currency-exchange

Currency conversion tool that converts amounts between different currencies using exchange rates from an API.
2 stars 0 forks source link

offline usage #1

Closed magdesign closed 2 months ago

magdesign commented 2 months ago

thanks for this nice tool!

i am using it on my linux mobile phone, but it does only work when online. any chance to cache the exchange rates for offline usage until we are online again?

genescu commented 2 months ago

Hi @magdesign,

Implemented feature to fetch new exchange rates if your device is online; otherwise, fallback to cached file.

Mfg

magdesign commented 2 months ago

wow... thank you so much for adding this feature in such a quick timeframe 🚀