1.1.0 • Published 8 years ago

system-metrics-formatter v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago