Convert Currency Rates directly from your Terminal!
go get -u github.com/basebandit/gocash/cmd/cash
Copy the following files to the .gocash
directory inside your home directory
- currencies.json file
- config.json file
You will need a Fixer.io API key. Get it here for free.
Usage
$ cash <amount> <from> <to>
$ cash <options>
Examples
$ cash 10 usd eur pln aud kes tzs ugx
See currencies.json file.
- Memoization
- Tests