Skip to content

basebandit/gocash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon PNG

gocash

Convert Currency Rates directly from your Terminal!

Go Report Card GitHub license

Icon PNG

Install

go get -u github.com/basebandit/gocash/cmd/cash

Copy the following files to the .gocash directory inside your home directory

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:

License

MIT