1.0.1 • Published 5 years ago

money-cli v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Installation

via npm :package:

npm install --global money-cli

Usage

	Usage
		$ money <amount> <from> <to>
		$ money <options>
	Options
		--set -s 			Set default currencies
		--help -h			helps info about command
		--key -k			Set API key
	Examples
		$ money 10 usd eur pln
		$ money --set usd aud 
		$ money --key [key]

Available Currencies

See currencies.json file.

Thanks:

  • Money.js for providing great and simple conversion library.
  • fixer.io for providing awesome currency conversion API.

License

MIT