README.md
July 30, 2019 ยท View on GitHub
gocash
Convert Currency Rates directly from your Terminal!

Install
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
Usage
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
Available Currencies
See currencies.json file.
ToDo:
- Memoization
- Tests
Thanks:
- xxczaki for an awesome tool, that inspired me to write a similar one in golang.
- Money.js for inspiring me to write my own golang version of the same library.
- Fixer.io for providing awesome currency conversion API.