[RU] | [EN]
This is a monorepo for node-intersvyaz — a set of tools for interacting with
the Intersvyaz smart home API. The project provides both a core library for
developers and a ready-to-use integration for Node-RED.
This repository contains several packages located in the packages/ directory:
| Package | NPM | Description |
|---|---|---|
intersvyaz |
Core library. | |
node-red-contrib-intersvyaz |
Node-RED nodes. |
To work with this monorepo, you will need to install Bun.
-
Clone the repository:
git clone https://github.com/alex2844/node-intersvyaz.git cd node-intersvyaz -
Install dependencies:
bun install
-
Build packages:
bun run build
-
Run tests:
bun run test