1.1.0 • Published 7 years ago

system-metrics-formatter v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

system-metrics-formatter

NPM version Downloads Dependency Status Gandalf Status

What is System Metrics Formatter?

System Metrics Formatter is a lib that allows you to format system-metrics-collector data upload on a aws s3 bucket. System Metrics Formatter is used by metrics2xlsx to create an xlsx file.

Installation

$ npm install system-metrics-formatter

Usage example

const formatter = require('system-metrics-formatter')
formatter(...data)
    .then(result => {
        console.log(result);
    })
    .catch(error => {
        console.log(error);
    });
1.1.0

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago