Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 591 Bytes

File metadata and controls

28 lines (19 loc) · 591 Bytes

CyberTemp API

A simple wrapper API in JavaScript for CyberTemp.

⚙️ Install

# TODO

🔨 Usage

import {checkInbox, generateEmail} from "@azureflow/cybertemp";

const email = await generateEmail();
const emailContent = await checkInbox({
	email: email,
	subject: "Subject of the email you want to check for",
});
console.log("emailContent:", emailContent);

Disclaimer

This project is in no way associated with CyberTemp.

This project is provided without any warranties. Please see LICENSE for more information.