basebandit / gocash

Command line currency converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Command line currency converter

License:MIT License


Languages

Language:Go 100.0%