redash-snapshot
TypeScript icon, indicating that this package has built-in type declarations

0.2.7 • Public • Published

Redash.io query snapshots

Version Downloads/week License TypeScript

Create query snapshots (PNG) with node for redash.

Installation

npm install redash-snapshot

or

yarn add redash-snapshot

Usage

import {querySnapshot} from 'redash-snapshot'

const snapshot = await querySnapshot({
    token: 'my-user-token',
    queryId: 'query-id',
    visualizationId: 'visualization-id'
});

Parameters

name default type
token string
queryId string
visualizationId string
host https://redash.io string
path string
width 800 number
height 600 number

If path is defined, the png will be written to disk at given path.

References

Readme

Keywords

none

Package Sidebar

Install

npm i redash-snapshot

Weekly Downloads

0

Version

0.2.7

License

MIT

Unpacked Size

202 kB

Total Files

12

Last publish

Collaborators

  • marcolink