REST API
Node.js

SDK Getting Started

This guide provides an overview of the SDK's features and functionality.

Installation

To install the Qubitro SDK in your project, you can use the following npm command:

npm install @qubitro/client

Initialization

Before using the SDK, you need to initialize it with your API key. This can be done using the init function. Using environment variables to supply the API key is strongly recommended.

Replace <Qubitro API Key> with your actual API key.

const { init } = require("@qubitro/client");
 
init({ apikey: "<Qubitro API Key>" })

Discover methods


logo

Start building today

Collect, process, and activate device data. Scale from one device to thousands.

Qubitro Logo

Product

Resources

Industries

Decision Aids

Solutions

Company

© 2024 Qubitro, Inc. All rights reserved