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
Start building today
Collect, process, and activate device data. Scale from one device to thousands.