<img align="right" width="100" alt="qbraid" src="https://qbraid-static.s3.amazonaws.com/logos/qbraid.png">

# [@qbraid-core/jobs](https://qbraid.github.io/qbraid-core-js/modules/_qbraid-core_jobs.html)

[![Stable][preview-stability]](https://qbraid.github.io/qbraid-core-js/#launch-stages)
[![npm](https://img.shields.io/npm/v/@qbraid-core/jobs?color=blue)](https://npm.im/@qbraid-core/jobs)

Client for the qBraid Quantum Jobs service.

## Installation

```bash
npm install @qbraid-core/jobs
```

## Usage Example

```typescript
import { QuantumJobsClient } from '@qbraid-core/jobs';

const client = new QuantumJobsClient();

const jobs = await client.getJobs();

jobs.forEach(job => console.log(`${job.qbraidJobId} - ${job.status}`));
```

## License

This software is proprietary and subject to the terms of the [qBraid Commercial Software License](https://qbraid.github.io/qbraid-core-js/#license).

[stable-stability]: https://img.shields.io/badge/stability-stable-green
[preview-stability]: https://img.shields.io/badge/stability-preview-orange
[deprecated-stability]: https://img.shields.io/badge/stability-deprecated-red
