An open API service indexing awesome lists of open source software.

https://github.com/metricq/metricq-js

👸 A JavaScript Client library to connect to the MetricQ Live Data Enpoint and the Grafana interfaces
https://github.com/metricq/metricq-js

javascript-library js metricq

Last synced: about 1 year ago
JSON representation

👸 A JavaScript Client library to connect to the MetricQ Live Data Enpoint and the Grafana interfaces

Awesome Lists containing this project

README

          

# metricq-js

For the readme of the single package, visit the corresponding folders or click here for [live](packages/live/README.md) and [history](packages/history/README.md)

## Install via npm/yarn

Install via

```bash
npm install @metricq/live
or
npm install @metricq/history
```

```bash
yarn add @metricq/live
or
yarn add @metricq/history
```

**If you have previously installed the packages from the GitHub package registry, please delete the registry
configuration for the metricq scope.**

## Usage

```js
import MetricQHistory from "@metricq/history"
import MetricQLive from "@metricq/live"
```