@qbraid-core/compute
v0.11.0
Published
Client for the qBraid Compute service.
Maintainers
Readme
@qbraid-core/compute
Client for the qBraid Compute Manager.
Installation
npm install @qbraid-core/computeUsage Example
import { ComputeManagerClient } from '@qbraid-core/compute';
const client = new ComputeManagerClient();
const computeProfiles = await client.getComputeManagerAsync('<<your-email>>');
computeProfiles.forEach(profile => console.log(`${profile.slug} - ${profile.description}`));License
This software is proprietary and subject to the terms of the qBraid Commercial Software License.
