anshulxyz / exch

a command-line tool to see currency exchange rates
MIT License
20 stars 2 forks source link

add offline support #16

Closed anshulxyz closed 6 years ago

anshulxyz commented 7 years ago

I shouldn't make an API call every a command is fired. That will be abusing the free API. Running something locally will always be faster than making online requests. So I'll save the JSON. And have the --sync option to update the rates.

anshulxyz commented 7 years ago

Install the application with the latest currency rate available at the moment.

anshulxyz commented 7 years ago