Skip to content

Commit

Permalink
Merge pull request #18 from mountaindude/main
Browse files Browse the repository at this point in the history
...
  • Loading branch information
mountaindude authored Sep 2, 2023
2 parents b792bcf + e34fc05 commit 37c38de
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# ctrl-q-nr
# Ctrl-Q NR

Node-RED nodes for interacting with cloud and client-managed Qlik Sense

More info at [ptarmiganlabs.com](https://ptarmiganlabs.com).
Ctrl-Q NR is a collection of Node-RED nodes that allow you to interact with Qlik Sense, both the cloud and on-premises (=client-managed) versions.
The nodes are designed to be easy to use and can be used to build powerful data-driven applications and integrations in Node-RED.

## Installation

To use these nodes, you will need to have Node-RED installed. Once you have Node-RED installed, you can install these nodes using the Node-RED palette manager.

1. Open Node-RED
2. Click on the menu icon in the top-right corner
3. Click on "Manage palette"
4. Click on the "Install" tab
5. Search for "ctrl-q-nr"
6. Click "Install"

## Usage

Once you have installed the nodes, you can use them in your Node-RED flows. The nodes are organized into different categories based on their functionality. To use a node, simply drag it from the palette onto your flow and configure it using the node's properties.

For more information on how to use these nodes, please refer to the [documentation](https://ptarmiganlabs.com/ctrl-q-nr/) and articles at [ptarmiganlabs.com](https://ptarmiganlabs.com).

## Contributing

If you would like to contribute to this project, please follow these steps:

1. Fork this repository
2. Create a new branch for your changes
3. Make your changes and commit them
4. Push your changes to your fork
5. Create a pull request

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"bugs": {
"url": "https://github.com/ptarmiganlabs/ctrl-q-nr/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ptarmiganlabs/ctrl-q-nr.git"
},
"keywords": [
"ctrl-q",
"butler",
Expand Down

0 comments on commit 37c38de

Please sign in to comment.