You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typescript client for interacting with the GetTestMail API, which provides a simple way to create temporary email addresses and receive emails sent to them.
3
+
4
+
## Installation
5
+
```bash
6
+
npm install @gettestmail/typescript-sdk
7
+
```
8
+
9
+
## Compatibility
10
+
11
+
>Works on Browser, Node.js and React Native!
12
+
13
+
14
+
## Usage
15
+
16
+
To create a new GetTestMail API client, you need to instantiate the GetTestMail class with your API key. To get an API key, sign up for a free [account](https://gettestmail.com).
0 commit comments