Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rluvaton/redash-in-js

Redash in JavaScript - run query in multiple envs
https://github.com/rluvaton/redash-in-js

Last synced: 23 days ago
JSON representation

Redash in JavaScript - run query in multiple envs

Awesome Lists containing this project

README

        

# redash-in-js
Redash in JavaScript - run query in multiple envs

## Getting Started

1. Clone
2. move to node version that found in the `.nvmrc` file
3. copy `env.example.js` to `env.js`
4. Set the urls, token (token can be found in the profile page in redash) and data source id
5. run `npm i`
6. run `node index.js ""`

> In case you have other envs you need to change throughout the code (In the future I want to make it configurable)

------

I need to publish this as an NPM package, I'll try to do it when I have time