Comparing version
{ | ||
"name": "barcli", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A simple tool for displaying real time bar graphs in the console", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,3 @@ # barcli [bahrk-lee] | ||
I needed a way to visualize Johnny-Five sensor data quickly and easily. console.log is lame and hard to read if you have more than one datapoint to track. | ||
I needed a way to visualize Johnny-Five sensor data quickly and easily. console.log is hard to read, especially if you have more than one datapoint to track. | ||
@@ -46,7 +46,7 @@ Multiple instances of barcli can be stacked to show multiple axes, sensors or other data sources in an easy to read horizontal bar graph. | ||
**label** (String) - Label for the bar graph. Any length is fine, but make sure it will fit in your terminal window along with the bar graph. | ||
**label** (String) - Label for the bar graph. Any length is fine, but make sure it will fit in your terminal window along with the bar graph (Default: "Input n") | ||
**inputRange** (Array) - The upper and lower limits for input values. This will be mapped to your bar length. | ||
**inputRange** (Array) - The upper and lower limits for input values. This will be mapped to your bar length (Default: [0, 1]) | ||
**width** (Integer) - The length of the bar in terminal characters. | ||
**width** (Integer) - The length of the bar in terminal characters (Default: 80) | ||
@@ -53,0 +53,0 @@ **color** (String) - Colors will be assigned automatically, but you can override with your preference. Valid values are "red", "green", "yellow", "blue", "magenta", "cyan" or "white". |
8088
0.66%