# @azure/connectors-sparkpost

> SparkPostConnector Library with typescript type definitions for node.js and browser.

Latest version **0.0.1-alpha** (published 2020-09-17) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @azure/connectors-sparkpost
pnpm add @azure/connectors-sparkpost
yarn add @azure/connectors-sparkpost
bun add @azure/connectors-sparkpost
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.0.1-alpha |
| Published | 2020-09-17 |
| First published | 2020-09-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 198.3 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 20 |
| Author | Microsoft Corporation |
| Maintainers | azure-sdk, southpolesteve, christopheranderson |
| Keywords | node, azure, typescript, browser, isomorphic |

## Links

- npm: https://www.npmjs.com/package/@azure/connectors-sparkpost
- Repository: https://github.com/Azure/Connectors
- Issues: https://github.com/Azure/Connectors/issues
- npm.io page: https://npm.io/package/@azure/connectors-sparkpost

## Dependencies (3)

- [tslib](https://npm.io/package/tslib.md) ^1.10.0
- [@azure/identity](https://npm.io/package/@azure/identity.md) ^1.1.0
- [@azure/ms-rest-js](https://npm.io/package/@azure/ms-rest-js.md) ^2.0.4

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 0.0.1-alpha (latest) — 2020-09-17

## README

## SparkPost Connector

This package contains an SDK for the SparkPost Azure Connector.

### How to use

This SDK should be used with Azure Connectors. Azure Connectors makes connecting to hundreds of services a simple and consistent experience. To start using this SDK, check out instructions and samples on the [Azure Connectors repo](https://github.com/Azure/Connectors).

Example code:
```typescript
import { createSparkPostConnector } from "@azure/connectors-sparkpost";
const connectionString = process.env["CONNECTOR_CONNECTOR_STRING"];

module.exports = async function (context) {
    const sparkpostConnector = await createSparkPostConnector(connectionString);

    // Use sparkpostConnector 
};
```

---
_Source: https://npm.io/package/@azure/connectors-sparkpost · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
