Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "curcon", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Command-line utility for converting currencies using the Open Exchange Rates API.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,6 +0,6 @@ | ||
#curcon -- currency converter | ||
# curcon -- currency converter | ||
Command-line utility for converting currencies using the [Open Exchange Rates API](https://openexchangerates.org/). | ||
##Installation | ||
## Installation | ||
@@ -20,3 +20,3 @@ 1. Install the app globally | ||
##Usage | ||
## Usage | ||
@@ -31,16 +31,16 @@ `curcon [amount] [from] [to] [decimal-places]` | ||
###`amount` - Number | ||
### `amount` - Number | ||
The amount to convert. Defaults to `1`. | ||
###`from` - String | ||
### `from` - String | ||
Any valid currency code such as `CAD`. Defaults to `CAD`. | ||
###`to` - String | ||
### `to` - String | ||
Any valid currency code such as `JPY`. Defaults to `JPY`. | ||
###`decimal-places` - Number | ||
### `decimal-places` - Number | ||
The number of decimal places to round to. Defaults to `2`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3446