Skip to content

Commit

Permalink
Added the usage section in the sparkpost (#4896)
Browse files Browse the repository at this point in the history
* Added the usage section

* Update README.md
  • Loading branch information
Atharva1723 committed Nov 26, 2023
1 parent ce0d391 commit df97dcb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions providers/sparkpost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@

A SparkPost email provider library for [@novu/node](https://github.com/novuhq/novu)

## Usage

```javascript
import { SparkPostEmailProvider } from '@novu/sparkpost';

const provider = new SparkPostEmailProvider({
apiKey: process.env.SPARKPOST_API_KEY
});
```

0 comments on commit df97dcb

Please sign in to comment.