elemez2csv
v0.0.5
Published
Use the elemez raw data endpoint to extract data to CSV
Downloads
7
Readme
elemez2csv
Use the elemez raw data endpoint to output data as CSV. The "data" field is not outputted to the CSV.
Installation
Install this globally and you'll have access to the elemez2csv
command anywhere on your system.
npm install -g elemez2csv
Usage
elemez2csv --token <YOURTOKEN> [--types <TYPES>] [--data <ADDITIONALDATAFIELDS>]
Examples:
elemez2csv --token aaaabbbbcccc
elemez2csv --token aaaabbbbcccc --types battery-charging-on,battery-charging-off --data level
Contributors
Pair programmed by Roy Lines and Ivan Bokii.