{"library":"node-red-aquila","title":"node-red-aquila","description":"Node-RED nodes for Aquila's IoT platform, version 0.3.0. Provides integration with Aquila, makerslab, and Altair IoT services within Node-RED. Installation requires Node-RED user directory and may be done locally or globally. The package is lightweight and specific to the Aquila ecosystem, not actively maintained.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install node-red-aquila"],"cli":null},"imports":["const AQ_Node = require('node-red-aquila').AQ_Node","const { aquilaNode } = require('node-red-aquila')","const Aquila = require('node-red-aquila')"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// In Node-RED function node or settings.js\nconst Aquila = require('node-red-aquila');\n// Node-RED will auto-discover nodes if installed correctly.\n// Manual registration example:\nRED.nodes.registerType('aquila-out', Aquila.aquilaNode);\n","lang":"javascript","description":"Shows how to manually register an Aquila node type in Node-RED using CommonJS require and registerType.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}