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
- Host: GitHub
- URL: https://github.com/metricq/metricq-js
- Owner: metricq
- License: bsd-3-clause
- Created: 2019-07-31T12:59:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T00:31:12.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T14:50:10.523Z (about 1 year ago)
- Topics: javascript-library, js, metricq
- Language: JavaScript
- Homepage:
- Size: 2.01 MB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```