metricq / metricq-js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

metricq-js

For the readme of the single package, visit the corresponding folders or click here for live and history

Install via npm/yarn

Install via

npm install @metricq/live
or
npm install @metricq/history
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

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

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 100.0%